Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/
Date: Mon, 29 Jan 2018 10:11:33
Message-Id: 1517220681.fc8a2a8c318e38e2112dcc2df03cb75d28a4f1a7.monsieurp@gentoo
1 commit: fc8a2a8c318e38e2112dcc2df03cb75d28a4f1a7
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 10:05:23 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 10:11:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8a2a8c
7
8 dev-python/pythondialog: version bump to 3.4.0.
9
10 This commit:
11 * alters python-3.4.0.ebuild's slot to 0 for Python 3.x and pypy3 interpreters.
12 * adds python-3.4.0-r200.ebuild using slot "python-2" for Python 2.7 and pypy interpreters.
13
14 An EAPI 6 bump is crammed in whilst we're at it.
15
16 Closes: https://bugs.gentoo.org/639188
17 Package-Manager: Portage-2.3.19, Repoman-2.3.6
18
19 dev-python/pythondialog/Manifest | 1 +
20 ...3.4.0.ebuild => pythondialog-3.4.0-r200.ebuild} | 14 ++++----------
21 dev-python/pythondialog/pythondialog-3.4.0.ebuild | 22 +++++++---------------
22 3 files changed, 12 insertions(+), 25 deletions(-)
23
24 diff --git a/dev-python/pythondialog/Manifest b/dev-python/pythondialog/Manifest
25 index fe9a4adda5d..e3a5d959746 100644
26 --- a/dev-python/pythondialog/Manifest
27 +++ b/dev-python/pythondialog/Manifest
28 @@ -2,3 +2,4 @@ DIST python2-pythondialog-3.3.0.tar.gz 1906527 BLAKE2B 67fbb2dbd2b9c5f5da4c74f53
29 DIST python2-pythondialog-3.4.0.tar.gz 1487867 BLAKE2B 795af99391e7a3d5e9b0657116dba8fd85819261a9ac590e797d0144577d66261529515cf8421a4724b6eacd0b6c7ae20d030bc7eb22c56ef870294c6f2386d3 SHA512 f4ec3e3eeab9ee00146b4604a8f72c765fcc164a24def0f1a9cbf083123e55dbe371ce6d4790ad4c0b5ee6905a1877f9b8e90ca3443a780fa0965c9bcf4bf629
30 DIST python3-pythondialog-3.2.2.tar.bz2 1412368 BLAKE2B 2c20347a09720c15c696795826e9d24034a0f85b16936ff145511d50830e116436b30868bcd53fbe425929709f7bede0a422257ba8231a9f2846d3f15b3a7709 SHA512 58b84c0dd7b71ec9d1e60c4802cfc8e6cc72f79b8b6accd387553c685a92367d242746065bac6cb1c9d501ac291d9307cb2bb6b26694e9f24a3c5d6637a5bb8e
31 DIST python3-pythondialog-3.3.0.tar.bz2 1827891 BLAKE2B ef78832972cc2417ecedc797cb95ea10b1fcca4ff1ab2f7db74a9afaefddeedfee8303f2f4b9ff7230f3d2eea305e359f3854112abaefa2a4adf4c801de7ffe0 SHA512 b651593f077f6679be030182ac5f14a02d8bad86206c2733ba8b655d346809a32ea391de91e35101d400c55d9e8ecefaf6f1ba25fec036246186e13530f43a1f
32 +DIST python3-pythondialog-3.4.0.tar.bz2 1415324 BLAKE2B 1135df25b988dfaacd45a68dd918409e001719f92436e9e88fcf1a66e9ba70f03fdef1b86ebb80ca6a1c02006353ed3f9df998a5bfaacb9505d6e8a96a37d5d9 SHA512 a810128459133c4e416f4b04b8dd98b2230f046b8762e6b29c4e02e1458fa96029d37137a71cc01aee292106867a6f30026941ed1f727b7e48cbe976d96d7ed4
33
34 diff --git a/dev-python/pythondialog/pythondialog-3.4.0.ebuild b/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
35 similarity index 76%
36 copy from dev-python/pythondialog/pythondialog-3.4.0.ebuild
37 copy to dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
38 index 35c80c28d2d..78974d96017 100644
39 --- a/dev-python/pythondialog/pythondialog-3.4.0.ebuild
40 +++ b/dev-python/pythondialog/pythondialog-3.4.0-r200.ebuild
41 @@ -1,9 +1,9 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 -EAPI=5
47 +EAPI=6
48
49 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
50 +PYTHON_COMPAT=( python2_7 pypy )
51
52 inherit distutils-r1
53
54 @@ -21,12 +21,6 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
55
56 S="${WORKDIR}/python2-${P}"
57
58 -python_prepare() {
59 - if python_is_python3; then
60 - 2to3 -w --no-diffs setup.py || die "could not convert to Python 3"
61 - fi
62 -}
63 -
64 python_prepare_all() {
65 sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
66 distutils-r1_python_prepare_all
67 @@ -37,7 +31,7 @@ python_compile_all() {
68 }
69
70 python_install_all() {
71 - use examples && local EXAMPLES=( examples/. )
72 + use examples && dodoc -r examples
73 use doc && local HTML_DOCS=( doc/_build/html/. )
74
75 distutils-r1_python_install_all
76
77 diff --git a/dev-python/pythondialog/pythondialog-3.4.0.ebuild b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
78 index 35c80c28d2d..8a5f44a07b9 100644
79 --- a/dev-python/pythondialog/pythondialog-3.4.0.ebuild
80 +++ b/dev-python/pythondialog/pythondialog-3.4.0.ebuild
81 @@ -1,32 +1,24 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 +# Copyright 1999-2018 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85
86 -EAPI=5
87 +EAPI=6
88
89 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
90 +PYTHON_COMPAT=( python3_{4,5,6} pypy3 )
91
92 inherit distutils-r1
93
94 DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
95 -HOMEPAGE="http://pythondialog.sourceforge.net/ https://pypi.python.org/pypi/python2-pythondialog"
96 -SRC_URI="mirror://pypi/${PN:0:1}/python2-${PN}/python2-${P}.tar.gz"
97 +HOMEPAGE="http://pythondialog.sourceforge.net/"
98 +SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
99
100 LICENSE="LGPL-2"
101 -SLOT="python-2"
102 +SLOT="0"
103 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
104 IUSE="doc examples"
105
106 RDEPEND="dev-util/dialog"
107 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
108
109 -S="${WORKDIR}/python2-${P}"
110 -
111 -python_prepare() {
112 - if python_is_python3; then
113 - 2to3 -w --no-diffs setup.py || die "could not convert to Python 3"
114 - fi
115 -}
116 -
117 python_prepare_all() {
118 sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
119 distutils-r1_python_prepare_all
120 @@ -37,7 +29,7 @@ python_compile_all() {
121 }
122
123 python_install_all() {
124 - use examples && local EXAMPLES=( examples/. )
125 + use examples && dodoc -r examples
126 use doc && local HTML_DOCS=( doc/_build/html/. )
127
128 distutils-r1_python_install_all