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: Mon, 11 May 2020 17:49:06
Message-Id: 1589218930.afd3eb1146389d23a0b009247bd9ef921ab9ee6b.mgorny@gentoo
1 commit: afd3eb1146389d23a0b009247bd9ef921ab9ee6b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 17:42:10 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 17:42:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd3eb11
7
8 dev-python/setuptools: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools/Manifest | 1 -
13 dev-python/setuptools/setuptools-45.3.0.ebuild | 62 --------------------------
14 2 files changed, 63 deletions(-)
15
16 diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
17 index 8c39b4c49ac..07364d4167c 100644
18 --- a/dev-python/setuptools/Manifest
19 +++ b/dev-python/setuptools/Manifest
20 @@ -1,4 +1,3 @@
21 DIST setuptools-44.0.0.zip 858893 BLAKE2B 02ba2a838487ba9e80d9ca3b8598cecbec4d286f2734be439d2b73f3f7f0ca80e80ea71a0c2322093deb548503c82d6eb32b1585992979b053f14f49baa00baa SHA512 bb48e7763d258e654472bc416d16ec8708eefa95d1eb03cb6e81b623fd636cefc51a0bd67887084ab0214e256e2030a8f655184c3b59ad6937abab6a6178f3a1
22 DIST setuptools-44.1.0.zip 858569 BLAKE2B f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68 SHA512 4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf
23 -DIST setuptools-45.3.0.zip 862788 BLAKE2B ac2216a788db374bfe702ac11639dd850c2b947eed332067c0d923a135c9a0ba1760d56df6dd7b999ed42156d8b7a1898964d2ca0777d9e84593ae5eabcfd749 SHA512 9801f23c7e10712db0772b3d7365209df4e2a167feb5a6824809a258424a9220f65438f3087021e2484731091ea1cf3dd667308631dc8bff7807535cae528364
24 DIST setuptools-46.1.3.zip 862431 BLAKE2B 89d65360e15b22f535312627723ad61df84dce3ee9d5850dd0c60dace0f8c04a502ac6246afe1add1e4fbd0e0dc9530afc8bfd2a4cf058f93cde2ff4184e21f2 SHA512 7f8f99313ce2af2cbfa86ff9a3135bc3445804e9323a375b498d20dad7f8fc819481da0c2a057160397e98b6178c1eb453a093652cfdfe7896c9d31732f7ad8c
25
26 diff --git a/dev-python/setuptools/setuptools-45.3.0.ebuild b/dev-python/setuptools/setuptools-45.3.0.ebuild
27 deleted file mode 100644
28 index 17d23ae5d72..00000000000
29 --- a/dev-python/setuptools/setuptools-45.3.0.ebuild
30 +++ /dev/null
31 @@ -1,62 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -DISTUTILS_USE_SETUPTOOLS=no
37 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
38 -PYTHON_REQ_USE="xml(+)"
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Collection of extensions to Distutils"
43 -HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -BDEPEND="
53 - app-arch/unzip
54 - test? (
55 - dev-python/mock[${PYTHON_USEDEP}]
56 - dev-python/pip[${PYTHON_USEDEP}]
57 - >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
58 - dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
59 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
60 - dev-python/wheel[${PYTHON_USEDEP}]
61 - )
62 -"
63 -PDEPEND="
64 - >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
65 -
66 -# Force in-source build because build system modifies sources.
67 -DISTUTILS_IN_SOURCE_BUILD=1
68 -
69 -DOCS=( {CHANGES,README}.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
70 -
71 -python_prepare_all() {
72 - # disable tests requiring a network connection
73 - rm setuptools/tests/test_packageindex.py || die
74 -
75 - # don't run integration tests
76 - rm setuptools/tests/test_integration.py || die
77 -
78 - # avoid pointless dep on flake8
79 - sed -i -e 's:--flake8::' pytest.ini || die
80 -
81 - distutils-r1_python_prepare_all
82 -}
83 -
84 -python_test() {
85 - # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
86 - # It tries to sandbox the test in a tempdir
87 - HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"
88 -}
89 -
90 -python_install() {
91 - export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
92 - distutils-r1_python_install
93 -}