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/setuptools/
Date: Fri, 15 Nov 2019 09:00:25
Message-Id: 1573808398.b90eecac454f1be74d581432e40cd562fcd459e0.mgorny@gentoo
1 commit: b90eecac454f1be74d581432e40cd562fcd459e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 08:14:50 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 08:59:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90eecac
7
8 dev-python/setuptools: Remove redundant 41.* versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/13658
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/setuptools/Manifest | 4 --
15 dev-python/setuptools/setuptools-41.1.0.ebuild | 73 --------------------------
16 dev-python/setuptools/setuptools-41.2.0.ebuild | 73 --------------------------
17 dev-python/setuptools/setuptools-41.4.0.ebuild | 73 --------------------------
18 dev-python/setuptools/setuptools-41.5.0.ebuild | 73 --------------------------
19 5 files changed, 296 deletions(-)
20
21 diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
22 index ab19958afec..86bee8f127a 100644
23 --- a/dev-python/setuptools/Manifest
24 +++ b/dev-python/setuptools/Manifest
25 @@ -1,6 +1,2 @@
26 DIST setuptools-40.6.3.zip 839328 BLAKE2B ddc87213439ce2ad96ba54218bd5b3e41a7c31d670bddb9e4ea058b8ee7dffbe6fcb0e5fd24baf3fb38f5e824fde36aa8dc1e09d7ac37f9375ee351406389cd6 SHA512 6c628b8fc67645bca96ddcd016ec9a685e91690bf98dff077e842cfbd0d8d24de76ac51b3ff238d31551a48819d8f694fee6e9bb422ca954e54c22b4bda0038c
27 -DIST setuptools-41.1.0.zip 851100 BLAKE2B 1a2dcb1d3f1a34d9a5dab5156b76cddb03da0f3745e57ebdd363cdd23512df0de8f0d3131c930e2b67ae34fc15f75a9c06802826f97508bfb937a9e45ff287f4 SHA512 07e3381fffc7b75051640c07e334794cb008682e05ab8bbd5bb1e9757fd36305997a2974c424fd474411941f5ff014a53ec1edc276543593b238fe1e97d7d106
28 -DIST setuptools-41.2.0.zip 851251 BLAKE2B 1c4896c429c670832a46f951dc4c4958f808f1a7c0ad88670705fe265bee23c1d2b6a348b13298b0a60b6c821d504567d4d35b33f388949028391219cd45191e SHA512 6ac0da9f2e452b2b2334c03eb1667d88ebffeb68da18a69fe14f9f0763ac391986dcc663f123015b63eb0c3f905e5a8be7408499ddb1ac20367109275cb66ac9
29 -DIST setuptools-41.4.0.zip 855608 BLAKE2B 8047a5915d37168c04eded6e0b0b2273557bba7558a173d3f904985471124703797e2b5d00ce8c28096213a181e268a9bae5566f112683b3bee21df26795f5d3 SHA512 3b8406dd6ea23623112b8ba418e70fa97317449838a5dfc54d46738dbde3f2fc15657466e296e2f9bf72cbbaa0aa28ba42d8392afe29f9583cca258645e189b7
30 -DIST setuptools-41.5.0.zip 851068 BLAKE2B 1a45674719fb661eccb43789f0851a1bb1800d13e5a0f99916762c9391bf49acd580b6500e0f5e8f0b23f6a671891b82c48d6300c9d9b7605cb0dfdca7a15075 SHA512 d02c5db7649281fcdc010837a600611af260bb7563440da4ad84cdbaa35b19c7cc1890ae7bdc58b49dfed20041b0ac52a8dbe0dfb340a804668cbecaea6b2bb7
31 DIST setuptools-41.5.1.zip 851097 BLAKE2B 2411db77cffb24190c1510c7fab623ae0fb2a248994eae01e1a79427d35d8bf6a2f065de0d95dc11105df0bb42962a57c914486b48dc91115ec32e4dbcbc059d SHA512 eb6e944c80448873f8970477aaf474e75879e2b81b91fdc7a308670fed231d52880c3be3452e7ed3f094f20d4afe54b1db24ec4d98845ed47ee5e71dbf66261d
32
33 diff --git a/dev-python/setuptools/setuptools-41.1.0.ebuild b/dev-python/setuptools/setuptools-41.1.0.ebuild
34 deleted file mode 100644
35 index f3990f7b4a6..00000000000
36 --- a/dev-python/setuptools/setuptools-41.1.0.ebuild
37 +++ /dev/null
38 @@ -1,73 +0,0 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=7
43 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
44 -PYTHON_REQ_USE="xml(+)"
45 -
46 -inherit distutils-r1
47 -
48 -if [[ ${PV} == "9999" ]]; then
49 - EGIT_REPO_URI="https://github.com/pypa/setuptools.git"
50 - inherit git-r3
51 -else
52 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
53 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 -fi
55 -
56 -DESCRIPTION="Collection of extensions to Distutils"
57 -HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/"
58 -
59 -LICENSE="MIT"
60 -SLOT="0"
61 -IUSE="test"
62 -RESTRICT="!test? ( test )"
63 -
64 -RDEPEND="
65 -"
66 -DEPEND="${RDEPEND}
67 - app-arch/unzip
68 - test? (
69 - dev-python/mock[${PYTHON_USEDEP}]
70 - dev-python/pip[${PYTHON_USEDEP}]
71 - >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
72 - <dev-python/pytest-4
73 - dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
74 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
75 - dev-python/wheel[${PYTHON_USEDEP}]
76 - virtual/python-futures[${PYTHON_USEDEP}]
77 - )
78 -"
79 -PDEPEND="
80 - >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
81 -
82 -# Force in-source build because build system modifies sources.
83 -DISTUTILS_IN_SOURCE_BUILD=1
84 -
85 -DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
86 -
87 -python_prepare_all() {
88 - if [[ ${PV} == "9999" ]]; then
89 - python_setup
90 - ${EPYTHON} bootstrap.py || die
91 - fi
92 -
93 - # disable tests requiring a network connection
94 - rm setuptools/tests/test_packageindex.py || die
95 -
96 - # don't run integration tests
97 - rm setuptools/tests/test_integration.py || die
98 -
99 - distutils-r1_python_prepare_all
100 -}
101 -
102 -python_test() {
103 - # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
104 - # It tries to sandbox the test in a tempdir
105 - HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"
106 -}
107 -
108 -python_install() {
109 - export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
110 - distutils-r1_python_install
111 -}
112
113 diff --git a/dev-python/setuptools/setuptools-41.2.0.ebuild b/dev-python/setuptools/setuptools-41.2.0.ebuild
114 deleted file mode 100644
115 index f3990f7b4a6..00000000000
116 --- a/dev-python/setuptools/setuptools-41.2.0.ebuild
117 +++ /dev/null
118 @@ -1,73 +0,0 @@
119 -# Copyright 1999-2019 Gentoo Authors
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=7
123 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
124 -PYTHON_REQ_USE="xml(+)"
125 -
126 -inherit distutils-r1
127 -
128 -if [[ ${PV} == "9999" ]]; then
129 - EGIT_REPO_URI="https://github.com/pypa/setuptools.git"
130 - inherit git-r3
131 -else
132 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
133 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
134 -fi
135 -
136 -DESCRIPTION="Collection of extensions to Distutils"
137 -HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/"
138 -
139 -LICENSE="MIT"
140 -SLOT="0"
141 -IUSE="test"
142 -RESTRICT="!test? ( test )"
143 -
144 -RDEPEND="
145 -"
146 -DEPEND="${RDEPEND}
147 - app-arch/unzip
148 - test? (
149 - dev-python/mock[${PYTHON_USEDEP}]
150 - dev-python/pip[${PYTHON_USEDEP}]
151 - >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
152 - <dev-python/pytest-4
153 - dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
154 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
155 - dev-python/wheel[${PYTHON_USEDEP}]
156 - virtual/python-futures[${PYTHON_USEDEP}]
157 - )
158 -"
159 -PDEPEND="
160 - >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
161 -
162 -# Force in-source build because build system modifies sources.
163 -DISTUTILS_IN_SOURCE_BUILD=1
164 -
165 -DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
166 -
167 -python_prepare_all() {
168 - if [[ ${PV} == "9999" ]]; then
169 - python_setup
170 - ${EPYTHON} bootstrap.py || die
171 - fi
172 -
173 - # disable tests requiring a network connection
174 - rm setuptools/tests/test_packageindex.py || die
175 -
176 - # don't run integration tests
177 - rm setuptools/tests/test_integration.py || die
178 -
179 - distutils-r1_python_prepare_all
180 -}
181 -
182 -python_test() {
183 - # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
184 - # It tries to sandbox the test in a tempdir
185 - HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"
186 -}
187 -
188 -python_install() {
189 - export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
190 - distutils-r1_python_install
191 -}
192
193 diff --git a/dev-python/setuptools/setuptools-41.4.0.ebuild b/dev-python/setuptools/setuptools-41.4.0.ebuild
194 deleted file mode 100644
195 index f3990f7b4a6..00000000000
196 --- a/dev-python/setuptools/setuptools-41.4.0.ebuild
197 +++ /dev/null
198 @@ -1,73 +0,0 @@
199 -# Copyright 1999-2019 Gentoo Authors
200 -# Distributed under the terms of the GNU General Public License v2
201 -
202 -EAPI=7
203 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
204 -PYTHON_REQ_USE="xml(+)"
205 -
206 -inherit distutils-r1
207 -
208 -if [[ ${PV} == "9999" ]]; then
209 - EGIT_REPO_URI="https://github.com/pypa/setuptools.git"
210 - inherit git-r3
211 -else
212 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
213 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
214 -fi
215 -
216 -DESCRIPTION="Collection of extensions to Distutils"
217 -HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/"
218 -
219 -LICENSE="MIT"
220 -SLOT="0"
221 -IUSE="test"
222 -RESTRICT="!test? ( test )"
223 -
224 -RDEPEND="
225 -"
226 -DEPEND="${RDEPEND}
227 - app-arch/unzip
228 - test? (
229 - dev-python/mock[${PYTHON_USEDEP}]
230 - dev-python/pip[${PYTHON_USEDEP}]
231 - >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
232 - <dev-python/pytest-4
233 - dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
234 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
235 - dev-python/wheel[${PYTHON_USEDEP}]
236 - virtual/python-futures[${PYTHON_USEDEP}]
237 - )
238 -"
239 -PDEPEND="
240 - >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
241 -
242 -# Force in-source build because build system modifies sources.
243 -DISTUTILS_IN_SOURCE_BUILD=1
244 -
245 -DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
246 -
247 -python_prepare_all() {
248 - if [[ ${PV} == "9999" ]]; then
249 - python_setup
250 - ${EPYTHON} bootstrap.py || die
251 - fi
252 -
253 - # disable tests requiring a network connection
254 - rm setuptools/tests/test_packageindex.py || die
255 -
256 - # don't run integration tests
257 - rm setuptools/tests/test_integration.py || die
258 -
259 - distutils-r1_python_prepare_all
260 -}
261 -
262 -python_test() {
263 - # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
264 - # It tries to sandbox the test in a tempdir
265 - HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"
266 -}
267 -
268 -python_install() {
269 - export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
270 - distutils-r1_python_install
271 -}
272
273 diff --git a/dev-python/setuptools/setuptools-41.5.0.ebuild b/dev-python/setuptools/setuptools-41.5.0.ebuild
274 deleted file mode 100644
275 index f3990f7b4a6..00000000000
276 --- a/dev-python/setuptools/setuptools-41.5.0.ebuild
277 +++ /dev/null
278 @@ -1,73 +0,0 @@
279 -# Copyright 1999-2019 Gentoo Authors
280 -# Distributed under the terms of the GNU General Public License v2
281 -
282 -EAPI=7
283 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
284 -PYTHON_REQ_USE="xml(+)"
285 -
286 -inherit distutils-r1
287 -
288 -if [[ ${PV} == "9999" ]]; then
289 - EGIT_REPO_URI="https://github.com/pypa/setuptools.git"
290 - inherit git-r3
291 -else
292 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
293 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
294 -fi
295 -
296 -DESCRIPTION="Collection of extensions to Distutils"
297 -HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/"
298 -
299 -LICENSE="MIT"
300 -SLOT="0"
301 -IUSE="test"
302 -RESTRICT="!test? ( test )"
303 -
304 -RDEPEND="
305 -"
306 -DEPEND="${RDEPEND}
307 - app-arch/unzip
308 - test? (
309 - dev-python/mock[${PYTHON_USEDEP}]
310 - dev-python/pip[${PYTHON_USEDEP}]
311 - >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
312 - <dev-python/pytest-4
313 - dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
314 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
315 - dev-python/wheel[${PYTHON_USEDEP}]
316 - virtual/python-futures[${PYTHON_USEDEP}]
317 - )
318 -"
319 -PDEPEND="
320 - >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
321 -
322 -# Force in-source build because build system modifies sources.
323 -DISTUTILS_IN_SOURCE_BUILD=1
324 -
325 -DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
326 -
327 -python_prepare_all() {
328 - if [[ ${PV} == "9999" ]]; then
329 - python_setup
330 - ${EPYTHON} bootstrap.py || die
331 - fi
332 -
333 - # disable tests requiring a network connection
334 - rm setuptools/tests/test_packageindex.py || die
335 -
336 - # don't run integration tests
337 - rm setuptools/tests/test_integration.py || die
338 -
339 - distutils-r1_python_prepare_all
340 -}
341 -
342 -python_test() {
343 - # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
344 - # It tries to sandbox the test in a tempdir
345 - HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"
346 -}
347 -
348 -python_install() {
349 - export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
350 - distutils-r1_python_install
351 -}