[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2023-04-09 Thread Arthur Zamarin
commit: 72b04d0c902382364da22162ae993e7013788794
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  9 16:58:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  9 17:02:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b04d0c

dev-python/pythondialog: enable py3.11

Closes: https://bugs.gentoo.org/896866
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
index 54dd915159aa..662e09b418e3 100644
--- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2023-04-09 Thread Arthur Zamarin
commit: 6a73e6c2cfaf7c2dc9cfca485a93371e813b0b59
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  9 17:02:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  9 17:02:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a73e6c2

dev-python/pythondialog: update SRC_URI & HOMEPAGE

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
index 662e09b418e3..694085c05663 100644
--- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
+HOMEPAGE="https://pythondialog.sourceforge.io/;
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2023-04-09 Thread Arthur Zamarin
commit: fdbf338de136c8a593fb6700c27223ded4509dc3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr  9 17:00:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr  9 17:02:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbf338d

dev-python/pythondialog: update upstream metadata

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pythondialog/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/metadata.xml 
b/dev-python/pythondialog/metadata.xml
index d5787ba0cdcc..3514071c2f3d 100644
--- a/dev-python/pythondialog/metadata.xml
+++ b/dev-python/pythondialog/metadata.xml
@@ -10,6 +10,6 @@


pythondialog
-   python2-pythondialog
+   pythondialog

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2022-11-01 Thread Yixun Lan
commit: 4b5c11c3ff5ace99089738416d579977f1344294
Author: Chris Su  lesscrowds  org>
AuthorDate: Tue Nov  1 08:17:42 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov  1 10:22:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5c11c3

dev-python/pythondialog: Keyword 3.5.3 riscv, #878971

Signed-off-by: Chris Su  lesscrowds.org>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
index 9290790fc6ff..d12ae8ba6c52 100644
--- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~riscv sparc x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2022-05-07 Thread Michał Górny
commit: 20f9533cdd645682b48f29e0296ae9384423ad1b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  7 05:59:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  7 07:45:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f9533c

dev-python/pythondialog: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pythondialog/Manifest  |  1 -
 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index 0dd3311eaa32..945dc7ac2a91 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,2 +1 @@
-DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 
28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8
 SHA512 
f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad
 DIST python3-pythondialog-3.5.3.tar.bz2 1428518 BLAKE2B 
032735d2df318b4e94c138475148c71ab8322c52181550ea13ddd27ac63d715cb59124a2fc1f09f7d835d4453583c449c665f5efd16a2418fe3ca3348f53ed8e
 SHA512 
69ae3e3894dbd56136989699fee7a7f459ce9a024e0e06d22193f5fd306f0f2bf2f4d300460f7de7898db347acdf6111652878948a78468a1aa23158c5f7ae98

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
deleted file mode 100644
index e0351dc83d4a..
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
-
-RDEPEND="dev-util/dialog"
-
-distutils_enable_sphinx doc
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-}
-
-python_install_all() {
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2022-05-06 Thread Sam James
commit: 0f1cdc5752d176a5c211fe15e5d4b2c396e386ee
Author: Sam James  gentoo  org>
AuthorDate: Sat May  7 04:33:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  7 04:33:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1cdc57

dev-python/pythondialog: Stabilize 3.5.3 ppc, #842969

Signed-off-by: Sam James  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
index 4135bb24d57f..9290790fc6ff 100644
--- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2022-05-06 Thread Jakov Smolić
commit: d25ae312757e72ded0f8c4866f254bf4ad1ea21e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May  7 00:18:53 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May  7 00:19:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25ae312

dev-python/pythondialog: Stabilize 3.5.3 sparc, #842969

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
index 739abccb308d..4135bb24d57f 100644
--- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc sparc x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2022-05-06 Thread Jakov Smolić
commit: 1471832174e0c798ffac62df7950ebc41cf2fb9f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May  6 12:48:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May  6 12:48:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14718321

dev-python/pythondialog: Stabilize 3.5.3 amd64, #842969

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
index 0926fb15cbc3..739abccb308d 100644
--- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2022-05-06 Thread Jakov Smolić
commit: d2e6bf9f9bd980f77e94adef38ac0c2ac44316c9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May  6 12:44:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May  6 12:44:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e6bf9f

dev-python/pythondialog: Stabilize 3.5.3 x86, #842969

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
index 731f6758d226..0926fb15cbc3 100644
--- a/dev-python/pythondialog/pythondialog-3.5.3.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2022-04-01 Thread Arthur Zamarin
commit: b06e17f68ef0ba06f10e7da0e93f22b118639d21
Author: Miezhiko  gmail  com>
AuthorDate: Thu Mar 31 12:12:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr  1 07:41:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06e17f6

dev-python/pythondialog: update to 3.5.3 set max python version to 3.10, update 
EAPI to 8

Signed-off-by: Miezhiko  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24828
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pythondialog/Manifest  |  1 +
 dev-python/pythondialog/pythondialog-3.5.3.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index a0f7d8de19fa..0dd3311eaa32 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1 +1,2 @@
 DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 
28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8
 SHA512 
f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad
+DIST python3-pythondialog-3.5.3.tar.bz2 1428518 BLAKE2B 
032735d2df318b4e94c138475148c71ab8322c52181550ea13ddd27ac63d715cb59124a2fc1f09f7d835d4453583c449c665f5efd16a2418fe3ca3348f53ed8e
 SHA512 
69ae3e3894dbd56136989699fee7a7f459ce9a024e0e06d22193f5fd306f0f2bf2f4d300460f7de7898db347acdf6111652878948a78468a1aa23158c5f7ae98

diff --git a/dev-python/pythondialog/pythondialog-3.5.3.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
new file mode 100644
index ..731f6758d226
--- /dev/null
+++ b/dev-python/pythondialog/pythondialog-3.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
+HOMEPAGE="http://pythondialog.sourceforge.net/;
+SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="dev-util/dialog"
+
+distutils_enable_sphinx doc
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+}
+
+python_install_all() {
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2021-02-13 Thread Conrad Kostecki
commit: 42ba51760e53c88b8e65c4a9decbe96820c10ac9
Author: Amel Hodzic  gmail  com>
AuthorDate: Wed Feb 10 09:18:50 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Feb 13 21:21:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ba5176

dev-python/pythondialog: revbump for python3_9 support

Closes: https://bugs.gentoo.org/769854
Closes: https://github.com/gentoo/gentoo/pull/19401
Signed-off-by: Amel Hodzic  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index 795589a2948..e0351dc83d4 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-07-19 Thread Andreas Sturmlechner
commit: 91e869f13aaa02453d0936f41985302e6117583b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 19 20:08:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 19 20:08:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e869f1

dev-python/pythondialog: Drop 3.3.0

Overshadowed by 3.5.1.

Closes: https://bugs.gentoo.org/732072
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pythondialog/Manifest  |  1 -
 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index ce092d00e84..a0f7d8de19f 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,2 +1 @@
-DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B 
ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0
 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
 DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 
28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8
 SHA512 
f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
deleted file mode 100644
index 08b42b40f48..000
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-07-18 Thread Sam James
commit: 99fe12bc86b9f45af16abcf2c915381f85182a08
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 01:31:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 01:31:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fe12bc

dev-python/pythondialog: x86 stable (bug #732072)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index 3d4d82ba3d5..9e20150dce2 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-07-17 Thread Agostino Sarubbo
commit: 64608d173d548a4e11b39d84a267f4458679c15e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 17 15:14:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 17 15:14:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64608d17

dev-python/pythondialog: sparc stable wrt bug #732072

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index f793ac90ab9..3d4d82ba3d5 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc ~x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-07-17 Thread Agostino Sarubbo
commit: 1065ab210497b3c0fc8edbb9c8ef052011d4d7c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 17 15:09:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 17 15:09:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1065ab21

dev-python/pythondialog: ppc stable wrt bug #732072

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index 9036f76e6a5..f793ac90ab9 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~sparc ~x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-07-13 Thread Patrice Clement
commit: 3f2a491a683c9c24768663f2a4cdbbdcd39c4877
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jun 25 16:00:40 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jul 13 15:26:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2a491a

dev-python/pythondialog: stable for amd64.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index 460c64b9f26..9036f76e6a5 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
 RDEPEND="dev-util/dialog"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-06-08 Thread Joonas Niilola
commit: eac5864f67363bf4b725a6b0ec2dc9cb6c27f9f7
Author: Amel Hodzic  gmail  com>
AuthorDate: Mon Jun  8 06:52:03 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  8 07:45:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac5864f

dev-python/pythondialog: vbump 3.5.1

* Adds python3_{6,7,8} support

Closes: https://bugs.gentoo.org/719498
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Amel Hodzic  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15743
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pythondialog/Manifest  |  1 +
 dev-python/pythondialog/metadata.xml  |  8 +-
 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 33 +++
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index a08003d4aff..3ca0b7e3a0a 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,2 +1,3 @@
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B 
ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0
 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
 DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 
1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9
 SHA512 
a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4
+DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 
28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8
 SHA512 
f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad

diff --git a/dev-python/pythondialog/metadata.xml 
b/dev-python/pythondialog/metadata.xml
index e657e44db07..d39132dbf3a 100644
--- a/dev-python/pythondialog/metadata.xml
+++ b/dev-python/pythondialog/metadata.xml
@@ -1,7 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   ilmost...@gmail.com
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

pythondialog
python2-pythondialog

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
new file mode 100644
index 000..fa6f747f876
--- /dev/null
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
+HOMEPAGE="http://pythondialog.sourceforge.net/;
+SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="dev-util/dialog"
+
+distutils_enable_sphinx doc
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+}
+
+python_install_all() {
+   # examples disabled in EAPI6, so we do this manually
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-06-08 Thread Joonas Niilola
commit: 244dd67b91ca754a549b5411fadeb30fe04819b7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jun  8 06:53:34 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  8 07:45:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244dd67b

dev-python/pythondialog: remove old 3.4.0

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pythondialog/Manifest  |  1 -
 dev-python/pythondialog/pythondialog-3.4.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index 3ca0b7e3a0a..ce092d00e84 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,3 +1,2 @@
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B 
ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0
 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
-DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 
1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9
 SHA512 
a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4
 DIST python3-pythondialog-3.5.1.tar.bz2 1418034 BLAKE2B 
28dbb76a213d702abd6fb4571ddd28acea0bd9757424e99432aa58c1336fce2aa9b248e4de0631fe34c7ac52b928c8b3dc65afc42a826cc268ca4247be4dafb8
 SHA512 
f032e425ce1ebac53ade1401e48625b5869497367f788831d08fd22eb3b3b14fa5aebd26fd3681b47222ef0247ebb5c1ead127f111ca296197e258650dd675ad

diff --git a/dev-python/pythondialog/pythondialog-3.4.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
deleted file mode 100644
index 6463cb0c30b..000
--- a/dev-python/pythondialog/pythondialog-3.4.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-06-08 Thread Joonas Niilola
commit: bb0e33cc73a31b6ec15dfd55afe7de13eb5ceb8f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jun  8 06:55:53 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  8 07:45:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0e33cc

dev-python/pythondialog: use distutils-r1 eclass for 'docs' IUSE

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pythondialog/pythondialog-3.5.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pythondialog/pythondialog-3.5.1.ebuild 
b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
index fa6f747f876..460c64b9f26 100644
--- a/dev-python/pythondialog/pythondialog-3.5.1.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.5.1.ebuild
@@ -9,12 +9,11 @@ inherit distutils-r1
 
 DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
 HOMEPAGE="http://pythondialog.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/pythondialog/${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc"
 
 RDEPEND="dev-util/dialog"
 
@@ -26,7 +25,6 @@ python_prepare_all() {
 }
 
 python_install_all() {
-   # examples disabled in EAPI6, so we do this manually
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
default



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-04-26 Thread Michał Górny
commit: 95e8ef606ddb0e0354b802e5ec5be2da00bc6b5a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 26 15:43:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 26 15:50:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e8ef60

dev-python/pythondialog: Drop to maint-needed

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pythondialog/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/pythondialog/metadata.xml 
b/dev-python/pythondialog/metadata.xml
index c015a85e3f3..e657e44db07 100644
--- a/dev-python/pythondialog/metadata.xml
+++ b/dev-python/pythondialog/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pyt...@gentoo.org
-   Python
-   
+   

pythondialog
python2-pythondialog



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-03-28 Thread Michał Górny
commit: b438f92b94ec7a5287f15abb68a0c29f22bd6bf0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 20:54:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 21:10:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b438f92b

dev-python/pythondialog: Remove py2 versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pythondialog/Manifest   |  2 --
 .../pythondialog/pythondialog-3.3.0-r200.ebuild| 40 -
 .../pythondialog/pythondialog-3.4.0-r200.ebuild| 41 --
 3 files changed, 83 deletions(-)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index 72c71a8ac0b..a08003d4aff 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,4 +1,2 @@
-DIST python2-pythondialog-3.3.0.tar.gz 1906527 BLAKE2B 
67fbb2dbd2b9c5f5da4c74f5360b5c0753ac39d9472e6ac4d09ef01831a1d95a8fe9ccdfad80487452b2704e0fd237286d755e7f49188e388272c34ddbf47081
 SHA512 
65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8
-DIST python2-pythondialog-3.4.0.tar.gz 1487867 BLAKE2B 
795af99391e7a3d5e9b0657116dba8fd85819261a9ac590e797d0144577d66261529515cf8421a4724b6eacd0b6c7ae20d030bc7eb22c56ef870294c6f2386d3
 SHA512 
f4ec3e3eeab9ee00146b4604a8f72c765fcc164a24def0f1a9cbf083123e55dbe371ce6d4790ad4c0b5ee6905a1877f9b8e90ca3443a780fa0965c9bcf4bf629
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B 
ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0
 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
 DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 
1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9
 SHA512 
a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4

diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
deleted file mode 100644
index 78b66f08609..000
--- a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/ 
https://pypi.org/project/python2-pythondialog/;
-SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="python-2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/python2-${P}
-
-python_prepare_all() {
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild 
b/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
deleted file mode 100644
index 5b669d227eb..000
--- a/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/ 
https://pypi.org/project/python2-pythondialog/;
-SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="python-2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/python2-${P}"
-
-python_prepare_all() {
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2020-03-20 Thread David Seifert
commit: ceea3c550708d0c1bf33aa4a576f39a3c8bb3cba
Author: David Seifert  gentoo  org>
AuthorDate: Fri Mar 20 09:57:24 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Mar 20 09:57:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceea3c55

dev-python/pythondialog: Replace distutils-r1 EXAMPLES use

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild | 5 -
 dev-python/pythondialog/pythondialog-3.3.0.ebuild  | 5 -
 dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild | 5 -
 dev-python/pythondialog/pythondialog-3.4.0.ebuild  | 5 -
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
index ba7858ff7a3..78b66f08609 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
@@ -30,7 +30,10 @@ python_compile_all() {
 }
 
 python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
use doc && local HTML_DOCS=( doc/_build/html/. )
 
distutils-r1_python_install_all

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index ec5ff06e4cd..0da689d23eb 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -28,7 +28,10 @@ python_compile_all() {
 }
 
 python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
use doc && local HTML_DOCS=( doc/_build/html/. )
 
distutils-r1_python_install_all

diff --git a/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild 
b/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
index e14a399c3c3..5b669d227eb 100644
--- a/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
@@ -31,7 +31,10 @@ python_compile_all() {
 }
 
 python_install_all() {
-   use examples && dodoc -r examples
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
use doc && local HTML_DOCS=( doc/_build/html/. )
 
distutils-r1_python_install_all

diff --git a/dev-python/pythondialog/pythondialog-3.4.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
index 3731822493e..6463cb0c30b 100644
--- a/dev-python/pythondialog/pythondialog-3.4.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
@@ -29,7 +29,10 @@ python_compile_all() {
 }
 
 python_install_all() {
-   use examples && dodoc -r examples
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
use doc && local HTML_DOCS=( doc/_build/html/. )
 
distutils-r1_python_install_all



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2019-03-21 Thread Michał Górny
commit: 7cf1e4c83885d518ed3add8d7f9e567329370c72
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 14:27:16 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 18:01:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf1e4c8

dev-python/pythondialog: Drop 3.2.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pythondialog/Manifest  |  1 -
 dev-python/pythondialog/pythondialog-3.2.2.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index e3a5d959746..72c71a8ac0b 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,5 +1,4 @@
 DIST python2-pythondialog-3.3.0.tar.gz 1906527 BLAKE2B 
67fbb2dbd2b9c5f5da4c74f5360b5c0753ac39d9472e6ac4d09ef01831a1d95a8fe9ccdfad80487452b2704e0fd237286d755e7f49188e388272c34ddbf47081
 SHA512 
65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8
 DIST python2-pythondialog-3.4.0.tar.gz 1487867 BLAKE2B 
795af99391e7a3d5e9b0657116dba8fd85819261a9ac590e797d0144577d66261529515cf8421a4724b6eacd0b6c7ae20d030bc7eb22c56ef870294c6f2386d3
 SHA512 
f4ec3e3eeab9ee00146b4604a8f72c765fcc164a24def0f1a9cbf083123e55dbe371ce6d4790ad4c0b5ee6905a1877f9b8e90ca3443a780fa0965c9bcf4bf629
-DIST python3-pythondialog-3.2.2.tar.bz2 1412368 BLAKE2B 
2c20347a09720c15c696795826e9d24034a0f85b16936ff145511d50830e116436b30868bcd53fbe425929709f7bede0a422257ba8231a9f2846d3f15b3a7709
 SHA512 
58b84c0dd7b71ec9d1e60c4802cfc8e6cc72f79b8b6accd387553c685a92367d242746065bac6cb1c9d501ac291d9307cb2bb6b26694e9f24a3c5d6637a5bb8e
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B 
ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0
 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
 DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 
1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9
 SHA512 
a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4

diff --git a/dev-python/pythondialog/pythondialog-3.2.2.ebuild 
b/dev-python/pythondialog/pythondialog-3.2.2.ebuild
deleted file mode 100644
index 69af5d8f70e..000
--- a/dev-python/pythondialog/pythondialog-3.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_4 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2018-01-29 Thread Patrice Clement
commit: fc8a2a8c318e38e2112dcc2df03cb75d28a4f1a7
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan 29 10:05:23 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan 29 10:11:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8a2a8c

dev-python/pythondialog: version bump to 3.4.0.

This commit:
* alters python-3.4.0.ebuild's slot to 0 for Python 3.x and pypy3 interpreters.
* adds python-3.4.0-r200.ebuild using slot "python-2" for Python 2.7 and pypy 
interpreters.

An EAPI 6 bump is crammed in whilst we're at it.

Closes: https://bugs.gentoo.org/639188
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/pythondialog/Manifest   |  1 +
 ...3.4.0.ebuild => pythondialog-3.4.0-r200.ebuild} | 14 --
 dev-python/pythondialog/pythondialog-3.4.0.ebuild  | 22 +++---
 3 files changed, 12 insertions(+), 25 deletions(-)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index fe9a4adda5d..e3a5d959746 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -2,3 +2,4 @@ DIST python2-pythondialog-3.3.0.tar.gz 1906527 BLAKE2B 
67fbb2dbd2b9c5f5da4c74f53
 DIST python2-pythondialog-3.4.0.tar.gz 1487867 BLAKE2B 
795af99391e7a3d5e9b0657116dba8fd85819261a9ac590e797d0144577d66261529515cf8421a4724b6eacd0b6c7ae20d030bc7eb22c56ef870294c6f2386d3
 SHA512 
f4ec3e3eeab9ee00146b4604a8f72c765fcc164a24def0f1a9cbf083123e55dbe371ce6d4790ad4c0b5ee6905a1877f9b8e90ca3443a780fa0965c9bcf4bf629
 DIST python3-pythondialog-3.2.2.tar.bz2 1412368 BLAKE2B 
2c20347a09720c15c696795826e9d24034a0f85b16936ff145511d50830e116436b30868bcd53fbe425929709f7bede0a422257ba8231a9f2846d3f15b3a7709
 SHA512 
58b84c0dd7b71ec9d1e60c4802cfc8e6cc72f79b8b6accd387553c685a92367d242746065bac6cb1c9d501ac291d9307cb2bb6b26694e9f24a3c5d6637a5bb8e
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B 
ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0
 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
+DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 
1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9
 SHA512 
a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4

diff --git a/dev-python/pythondialog/pythondialog-3.4.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
similarity index 76%
copy from dev-python/pythondialog/pythondialog-3.4.0.ebuild
copy to dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
index 35c80c28d2d..78974d96017 100644
--- a/dev-python/pythondialog/pythondialog-3.4.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python2_7 pypy )
 
 inherit distutils-r1
 
@@ -21,12 +21,6 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 
 S="${WORKDIR}/python2-${P}"
 
-python_prepare() {
-   if python_is_python3; then
-   2to3 -w --no-diffs setup.py || die "could not convert to Python 
3"
-   fi
-}
-
 python_prepare_all() {
sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
distutils-r1_python_prepare_all
@@ -37,7 +31,7 @@ python_compile_all() {
 }
 
 python_install_all() {
-   use examples && local EXAMPLES=( examples/. )
+   use examples && dodoc -r examples
use doc && local HTML_DOCS=( doc/_build/html/. )
 
distutils-r1_python_install_all

diff --git a/dev-python/pythondialog/pythondialog-3.4.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
index 35c80c28d2d..8a5f44a07b9 100644
--- a/dev-python/pythondialog/pythondialog-3.4.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
@@ -1,32 +1,24 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{4,5,6} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/ 
https://pypi.python.org/pypi/python2-pythondialog;
-SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
+HOMEPAGE="http://pythondialog.sourceforge.net/;
+SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
-SLOT="python-2"
+SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"
 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2017-11-28 Thread Sergei Trofimovich
commit: 8e8f6dbc2e8f34fa9798eed05c05e03d7883a41b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 28 20:48:22 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 28 20:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8f6dbc

dev-python/pythondialog: stable 3.3.0 for sparc, bug #625064 (thanks to Rolf 
Eike Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index 22abfc45710..7c6d8ab69f1 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2017-09-17 Thread Matt Turner
commit: ba5e30f790bd7b5fc90309dd9401195d349f1bad
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 17 21:08:51 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 17 21:09:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5e30f7

dev-python/pythondialog-3.3.0: x86 stable, bug 625064

 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index edbebba1931..22abfc45710 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2017-09-12 Thread Matt Turner
commit: 7e5c35d50344663600e9afd81161db01b3bed80a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 12 23:02:39 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 12 23:02:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5c35d5

dev-python/pythondialog-3.3.0: ppc stable, bug 625064

 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index e9228d7978b..edbebba1931 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2017-07-16 Thread Tobias Klausmann
commit: e67a1051f3ed3500f9fc8cf11e74435e9c5252a6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jul 16 11:07:24 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jul 16 11:07:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67a1051

dev-python/pythondialog-3.3.0-r0: alpha stable

Gentoo-Bug: 625064

 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index 083cdd389cc..e9228d7978b 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2017-07-15 Thread Tobias Klausmann
commit: 2d1358a0f411b41fb4e3575de6a41bb5aad3fd0b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 17:23:15 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 17:23:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1358a0

dev-python/pythondialog-3.3.0-r0: add amd64 keyword

Gentoo-Bug: 625064

 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index a3a5e4945a2..083cdd389cc 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2017-07-15 Thread Sergei Trofimovich
commit: 42ec25e14559013d2f6ac91963435450bf77affe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 15 09:01:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 15 09:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ec25e1

dev-python/pythondialog: ia64 stable, bug #625064

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index dde4cae5957..a3a5e4945a2 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2017-06-23 Thread Patrice Clement
commit: 946860c7c6beca3b3e703cc953ac616116327d81
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jun 23 15:18:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 23 15:18:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946860c7

dev-python/pythondialog: version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-python/pythondialog/Manifest  |  1 +
 dev-python/pythondialog/pythondialog-3.4.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index 0fc60b727ed..543cc7d53e2 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,3 +1,4 @@
 DIST python2-pythondialog-3.3.0.tar.gz 1906527 SHA256 
3e6f593fead98f8a526bc3e306933533236e33729f552f52896ea504f55313fa SHA512 
65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8
 WHIRLPOOL 
5fc43839b302956a42110e0d2e64bfb9f9b5ccada90cb69579afbb1211b7f117233a25f5bbb970c8b5033413c5c274e27c689e72c83a5887307fa11abc4dc6b8
+DIST python2-pythondialog-3.4.0.tar.gz 1487867 SHA256 
a96d9cea9a371b5002b5575d1ec351233112519268d382ba6f3582323b3d1335 SHA512 
f4ec3e3eeab9ee00146b4604a8f72c765fcc164a24def0f1a9cbf083123e55dbe371ce6d4790ad4c0b5ee6905a1877f9b8e90ca3443a780fa0965c9bcf4bf629
 WHIRLPOOL 
325641f3a89e976ef61a0cbdc9a178fc7376d64eb6c8933d87e8bb0b15ad810880edd6bfa9d2b5957a818044f1652800d34a498a7be66a4fa39ea665f59a13b2
 DIST python3-pythondialog-3.2.2.tar.bz2 1412368 SHA256 
bb104bd0512f9eda046b0cda53b5607d68de72b585cd8d5a1eebd549d8f2af99 SHA512 
58b84c0dd7b71ec9d1e60c4802cfc8e6cc72f79b8b6accd387553c685a92367d242746065bac6cb1c9d501ac291d9307cb2bb6b26694e9f24a3c5d6637a5bb8e
 WHIRLPOOL 
8e899f910eaaa5112403aed8adcd2e8fc9db371a5023bafdb5d2645b2ade716710b1c826d9208055fc510e851f8a43ef501db11c04827b93cb3040f4d793
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 SHA256 
e4ace5b09d712992b7327249e375e4960812779b2ca9fd48141e218ec998 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
 WHIRLPOOL 
267a2ee4215fd53d7faaf88a02ee544e88eafdd5b1f4c45c4ba535fe46dbed41a1ebae72b0dae00fedb30cfb1fcd245e0439077f538d128137e8c8caca6bba70

diff --git a/dev-python/pythondialog/pythondialog-3.4.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
new file mode 100644
index 000..8863d9d8b64
--- /dev/null
+++ b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
+HOMEPAGE="http://pythondialog.sourceforge.net/ 
https://pypi.python.org/pypi/python2-pythondialog;
+SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="python-2"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-util/dialog"
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/python2-${P}"
+
+python_prepare() {
+   if python_is_python3; then
+   2to3 -w --no-diffs setup.py || die "could not convert to Python 
3"
+   fi
+}
+
+python_prepare_all() {
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/, dev-python/pythondialog/files/

2016-05-22 Thread Patrice Clement
commit: e94022af7b3292c24e36b320a4a34a8d04345a57
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun May 22 12:27:57 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun May 22 14:11:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94022af

dev-python/pythondialog: Revert 1cc9a6fc34ed649ed6a9ad8442409753e7cfcf71.

Package-Manager: portage-2.2.28

 .../files/pythondialog-3.3.0-format.patch  | 11 -
 .../pythondialog/pythondialog-3.3.0-r3.ebuild  | 50 --
 2 files changed, 61 deletions(-)

diff --git a/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch 
b/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch
deleted file mode 100644
index a87078b..000
--- a/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/dialog.py.orig   2016-05-22 09:20:46.38500 +
-+++ b/dialog.py2016-05-22 09:20:53.17000 +
-@@ -62,7 +62,7 @@
- def __repr__(self):
- # Unicode strings are not supported as the result of __repr__()
- # in Python 2.x (cf. ).
--return b"{0}.{1}".format(__name__, _VersionInfo.__repr__(self))
-+return "{0}.{1}".format(__name__, _VersionInfo.__repr__(self))
- 
- #: Version of pythondialog as a :class:`VersionInfo` instance.
- #:

diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r3.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0-r3.ebuild
deleted file mode 100644
index 137564c..000
--- a/dev-python/pythondialog/pythondialog-3.3.0-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
-HOMEPAGE="http://pythondialog.sourceforge.net/ 
https://pypi.python.org/pypi/python2-pythondialog;
-SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="python-2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc examples"
-
-RDEPEND="dev-util/dialog"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/python2-${P}"
-
-PATCHES=(
-   "${FILESDIR}"/"${P}-format.patch"
-)
-
-python_prepare() {
-   if python_is_python3; then
-   einfo "Converting source code to Python 3"
-   2to3 -w -n --no-diffs . || die
-   fi
-}
-
-python_prepare_all() {
-   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C doc html
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/files/, dev-python/pythondialog/

2016-05-22 Thread Patrice Clement
commit: 1cc9a6fc34ed649ed6a9ad8442409753e7cfcf71
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun May 22 09:47:12 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun May 22 09:47:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc9a6fc

dev-python/pythondialog: EAPI 6 bump. Make it Python 3 compatible.

Package-Manager: portage-2.2.28

 .../files/pythondialog-3.3.0-format.patch  | 11 +
 .../pythondialog/pythondialog-3.3.0-r3.ebuild  | 50 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch 
b/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch
new file mode 100644
index 000..a87078b
--- /dev/null
+++ b/dev-python/pythondialog/files/pythondialog-3.3.0-format.patch
@@ -0,0 +1,11 @@
+--- a/dialog.py.orig   2016-05-22 09:20:46.38500 +
 b/dialog.py2016-05-22 09:20:53.17000 +
+@@ -62,7 +62,7 @@
+ def __repr__(self):
+ # Unicode strings are not supported as the result of __repr__()
+ # in Python 2.x (cf. ).
+-return b"{0}.{1}".format(__name__, _VersionInfo.__repr__(self))
++return "{0}.{1}".format(__name__, _VersionInfo.__repr__(self))
+ 
+ #: Version of pythondialog as a :class:`VersionInfo` instance.
+ #:

diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r3.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0-r3.ebuild
new file mode 100644
index 000..137564c
--- /dev/null
+++ b/dev-python/pythondialog/pythondialog-3.3.0-r3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
+HOMEPAGE="http://pythondialog.sourceforge.net/ 
https://pypi.python.org/pypi/python2-pythondialog;
+SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="python-2"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-util/dialog"
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/python2-${P}"
+
+PATCHES=(
+   "${FILESDIR}"/"${P}-format.patch"
+)
+
+python_prepare() {
+   if python_is_python3; then
+   einfo "Converting source code to Python 3"
+   2to3 -w -n --no-diffs . || die
+   fi
+}
+
+python_prepare_all() {
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use examples && dodoc -r examples
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/, dev-python/configargparse/, dev-python/configobj/

2015-12-03 Thread Mike Frysinger
commit: f28e29fccc645fbd23c96db19a06446b6267d18b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Dec  3 09:14:51 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Dec  3 09:15:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28e29fc

dev-python/{configargparse,configobj,pythondialog}: add arm love

 dev-python/configargparse/configargparse-0.9.3.ebuild  | 2 +-
 dev-python/configobj/configobj-5.0.6.ebuild| 2 +-
 dev-python/pythondialog/pythondialog-3.2.2.ebuild  | 2 +-
 dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild | 2 +-
 dev-python/pythondialog/pythondialog-3.3.0.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/configargparse/configargparse-0.9.3.ebuild 
b/dev-python/configargparse/configargparse-0.9.3.ebuild
index 672542e..3ad83ba 100644
--- a/dev-python/configargparse/configargparse-0.9.3.ebuild
+++ b/dev-python/configargparse/configargparse-0.9.3.ebuild
@@ -16,6 +16,6 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 S=${WORKDIR}/${MY_P}

diff --git a/dev-python/configobj/configobj-5.0.6.ebuild 
b/dev-python/configobj/configobj-5.0.6.ebuild
index c58c7ad..be694c5 100644
--- a/dev-python/configobj/configobj-5.0.6.ebuild
+++ b/dev-python/configobj/configobj-5.0.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 

diff --git a/dev-python/pythondialog/pythondialog-3.2.2.ebuild 
b/dev-python/pythondialog/pythondialog-3.2.2.ebuild
index 896573b..40f408c 100644
--- a/dev-python/pythondialog/pythondialog-3.2.2.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.2.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"

diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
index e1f504e..a248845 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
 
 LICENSE="LGPL-2"
 SLOT="python-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"

diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
index db6497f..5e90fea 100644
--- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild
+++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="dev-util/dialog"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/

2015-11-25 Thread Manuel Rüger
commit: 4f9a8705b102672db068b5439761961e140a62f3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov 25 21:38:14 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov 25 21:38:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9a8705

dev-python/pythondialog: Add version that supports python2

Package-Manager: portage-2.2.26

 dev-python/pythondialog/Manifest   |  1 +
 .../pythondialog/pythondialog-3.3.0-r200.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
index a7df16b..0fc60b7 100644
--- a/dev-python/pythondialog/Manifest
+++ b/dev-python/pythondialog/Manifest
@@ -1,2 +1,3 @@
+DIST python2-pythondialog-3.3.0.tar.gz 1906527 SHA256 
3e6f593fead98f8a526bc3e306933533236e33729f552f52896ea504f55313fa SHA512 
65ce7f9305e20b0c5e0d4588a241e0f14907ecad64f8a6bb3899a2d6e0245fdd848a8c4fb1da3465f03810a1e408fa97c46d9ec082c4ebba0c04a41293a23ea8
 WHIRLPOOL 
5fc43839b302956a42110e0d2e64bfb9f9b5ccada90cb69579afbb1211b7f117233a25f5bbb970c8b5033413c5c274e27c689e72c83a5887307fa11abc4dc6b8
 DIST python3-pythondialog-3.2.2.tar.bz2 1412368 SHA256 
bb104bd0512f9eda046b0cda53b5607d68de72b585cd8d5a1eebd549d8f2af99 SHA512 
58b84c0dd7b71ec9d1e60c4802cfc8e6cc72f79b8b6accd387553c685a92367d242746065bac6cb1c9d501ac291d9307cb2bb6b26694e9f24a3c5d6637a5bb8e
 WHIRLPOOL 
8e899f910eaaa5112403aed8adcd2e8fc9db371a5023bafdb5d2645b2ade716710b1c826d9208055fc510e851f8a43ef501db11c04827b93cb3040f4d793
 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 SHA256 
e4ace5b09d712992b7327249e375e4960812779b2ca9fd48141e218ec998 SHA512 
b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
 WHIRLPOOL 
267a2ee4215fd53d7faaf88a02ee544e88eafdd5b1f4c45c4ba535fe46dbed41a1ebae72b0dae00fedb30cfb1fcd245e0439077f538d128137e8c8caca6bba70

diff --git a/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild 
b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
new file mode 100644
index 000..e1f504e
--- /dev/null
+++ b/dev-python/pythondialog/pythondialog-3.3.0-r200.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces"
+HOMEPAGE="http://pythondialog.sourceforge.net/ 
https://pypi.python.org/pypi/python2-pythondialog;
+SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="python-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-util/dialog"
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/python2-${P}
+
+python_prepare_all() {
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use examples && local EXAMPLES=( examples/. )
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+
+   distutils-r1_python_install_all
+}