Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/
Date: Sat, 07 May 2022 07:45:52
Message-Id: 1651909546.20f9533cdd645682b48f29e0296ae9384423ad1b.mgorny@gentoo
1 commit: 20f9533cdd645682b48f29e0296ae9384423ad1b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 05:59:33 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 07:45:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f9533c
7
8 dev-python/pythondialog: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pythondialog/Manifest | 1 -
13 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 31 -----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
17 index 0dd3311eaa32..945dc7ac2a91 100644
18 --- a/dev-python/pythondialog/Manifest
19 +++ b/dev-python/pythondialog/Manifest
20 @@ -1,2 +1 @@
21 -DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8 SHA512 f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad
22 DIST python3-pythondialog-3.5.3.tar.bz2 1428518 BLAKE2B 032735d2df318b4e94c138475148c71ab8322c52181550ea13ddd27ac63d715cb59124a2fc1f09f7d835d4453583c449c665f5efd16a2418fe3ca3348f53ed8e SHA512 69ae3e3894dbd56136989699fee7a7f459ce9a024e0e06d22193f5fd306f0f2bf2f4d300460f7de7898db347acdf6111652878948a78468a1aa23158c5f7ae98
23
24 diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
25 deleted file mode 100644
26 index e0351dc83d4a..000000000000
27 --- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
40 -HOMEPAGE="http://pythondialog.sourceforge.net/"
41 -SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
42 -
43 -LICENSE="LGPL-2"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
46 -
47 -RDEPEND="dev-util/dialog"
48 -
49 -distutils_enable_sphinx doc
50 -
51 -python_prepare_all() {
52 - distutils-r1_python_prepare_all
53 - sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
54 -}
55 -
56 -python_install_all() {
57 - dodoc -r examples
58 - docompress -x /usr/share/doc/${PF}/examples
59 - default
60 -}