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:23
Message-Id: 1573808397.13c2e05983b431fb67b63457b3f4dd22c4d414f2.mgorny@gentoo
1 commit: 13c2e05983b431fb67b63457b3f4dd22c4d414f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 08:14:27 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 08:59:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c2e059
7
8 dev-python/setuptools: Remove 36.7.2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools/Manifest | 1 -
13 dev-python/setuptools/setuptools-36.7.2.ebuild | 70 --------------------------
14 2 files changed, 71 deletions(-)
15
16 diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
17 index 9a3616dbd7a..ab19958afec 100644
18 --- a/dev-python/setuptools/Manifest
19 +++ b/dev-python/setuptools/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST setuptools-36.7.2.zip 726758 BLAKE2B 8821d3142f2149fbdea4d231052c3990fa7a14c57c421309683c6a65102ce4911850acd5d492087aa0f14a0026da732e47eb9bf971030443fc1b57f9f909aaaa SHA512 746dce135dbacb65565787a20a2611388605e2371c94f0f8803e7712e515e69c270751d16a21f381bf6e8ddc0a1b39494db7d0c67bb32e6230a90c5d517e78f9
22 DIST setuptools-40.6.3.zip 839328 BLAKE2B ddc87213439ce2ad96ba54218bd5b3e41a7c31d670bddb9e4ea058b8ee7dffbe6fcb0e5fd24baf3fb38f5e824fde36aa8dc1e09d7ac37f9375ee351406389cd6 SHA512 6c628b8fc67645bca96ddcd016ec9a685e91690bf98dff077e842cfbd0d8d24de76ac51b3ff238d31551a48819d8f694fee6e9bb422ca954e54c22b4bda0038c
23 DIST setuptools-41.1.0.zip 851100 BLAKE2B 1a2dcb1d3f1a34d9a5dab5156b76cddb03da0f3745e57ebdd363cdd23512df0de8f0d3131c930e2b67ae34fc15f75a9c06802826f97508bfb937a9e45ff287f4 SHA512 07e3381fffc7b75051640c07e334794cb008682e05ab8bbd5bb1e9757fd36305997a2974c424fd474411941f5ff014a53ec1edc276543593b238fe1e97d7d106
24 DIST setuptools-41.2.0.zip 851251 BLAKE2B 1c4896c429c670832a46f951dc4c4958f808f1a7c0ad88670705fe265bee23c1d2b6a348b13298b0a60b6c821d504567d4d35b33f388949028391219cd45191e SHA512 6ac0da9f2e452b2b2334c03eb1667d88ebffeb68da18a69fe14f9f0763ac391986dcc663f123015b63eb0c3f905e5a8be7408499ddb1ac20367109275cb66ac9
25
26 diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild b/dev-python/setuptools/setuptools-36.7.2.ebuild
27 deleted file mode 100644
28 index 4700480c42a..00000000000
29 --- a/dev-python/setuptools/setuptools-36.7.2.ebuild
30 +++ /dev/null
31 @@ -1,70 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
37 -PYTHON_REQ_USE="xml(+)"
38 -
39 -inherit distutils-r1
40 -
41 -if [[ ${PV} == "9999" ]]; then
42 - EGIT_REPO_URI="https://github.com/pypa/setuptools.git"
43 - inherit git-r3
44 -else
45 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
46 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 -fi
48 -
49 -DESCRIPTION="Collection of extensions to Distutils"
50 -HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -IUSE="test"
55 -
56 -RDEPEND="
57 -"
58 -DEPEND="${RDEPEND}
59 - app-arch/unzip
60 - test? (
61 - dev-python/pip[${PYTHON_USEDEP}]
62 - >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]
63 - dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
64 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
65 - >=dev-python/backports-unittest-mock-1.2[${PYTHON_USEDEP}]
66 - dev-python/wheel[${PYTHON_USEDEP}]
67 - )
68 -"
69 -PDEPEND="
70 - >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
71 -
72 -# Force in-source build because build system modifies sources.
73 -DISTUTILS_IN_SOURCE_BUILD=1
74 -
75 -DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
76 -
77 -python_prepare_all() {
78 - if [[ ${PV} == "9999" ]]; then
79 - python_setup
80 - ${EPYTHON} bootstrap.py || die
81 - fi
82 -
83 - # disable tests requiring a network connection
84 - rm setuptools/tests/test_packageindex.py || die
85 -
86 - # don't run integration tests
87 - rm setuptools/tests/test_integration.py || die
88 -
89 - distutils-r1_python_prepare_all
90 -}
91 -
92 -python_test() {
93 - # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
94 - # It tries to sandbox the test in a tempdir
95 - HOME="${PWD}" py.test --verbose ${PN} || die "Tests failed under ${EPYTHON}"
96 -}
97 -
98 -python_install() {
99 - export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
100 - distutils-r1_python_install
101 -}