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: Tue, 30 Mar 2021 19:05:40
Message-Id: 1617131110.776a539ba68085cb0e0c4203dca52d4c0bba410b.mgorny@gentoo
1 commit: 776a539ba68085cb0e0c4203dca52d4c0bba410b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 16:25:18 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 19:05:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776a539b
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-53.0.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 3ab3aae592f..f16d4c2f271 100644
18 --- a/dev-python/setuptools/Manifest
19 +++ b/dev-python/setuptools/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST setuptools-53.0.0.tar.gz 2050503 BLAKE2B b1ebe5a9776917fe9a21a13a4db613fd05aa1f61043482487013bcfed7802ff1b984fe0f72623b092eee7ebfb9debd5f71732223220bc2b73a6ece0a7ec86a2c SHA512 d045198210f09c5f2acbd487d3dd291cd7ce814bebe331f1876c133cd28f56d368717c7bd4a875b439c9cc8c9488dc9a7d3e27ab791cce419f78b87fcfd8fff6
22 DIST setuptools-53.1.0.tar.gz 2051159 BLAKE2B f4148df45f5c62acd6acae833619dcae50f131da91ece1a2e1231620d4800294f14dab6c72ca5b2ffd31191c4e3306a869abdba349adcec5746600fc067b340d SHA512 0ca02e9b997623268d8f73b73ee6a4b1ad513802cbc75c74124a85bd5ca7bfaea5cf7cccb706334c0dac2c8a0674a5bc2cea10f44f99f881ad893c8337af3da2
23 DIST setuptools-54.1.1.tar.gz 2053415 BLAKE2B 59d60e9be5a184e34e8c9e1ccb477eae538836c8fac4862f3365e1abe8beec6cc85490918d413b29831c4d3738ca19cd84ac4a9d30178e45e42c652a0ade5fac SHA512 d2ab5445a9b4de5b5fae8aab6a47131ad41a011fa23fb1e6c07a599bcb27a8f89ea3c5ea9939577d6286bf3f8e2edf0334816ae1a507dba09c46435d063c3379
24 DIST setuptools-54.1.2.tar.gz 2053508 BLAKE2B 23958ab6bc8ac5681fb4a86217b893f5389be1afc9e71f77a3aaaca469e3f86117e55f9df8f864ae56059ef6aef054a6a5ce8d6670a5ce266de6322b820e68d7 SHA512 b6efe6e92227704a95d4d4a31d033df6df96a430d7e51cb7df80203af56d8f8f64c95deaf194c7cfbfd2111f5bc02be45db2c0383c3209c898c1858821eb4642
25
26 diff --git a/dev-python/setuptools/setuptools-53.0.0.ebuild b/dev-python/setuptools/setuptools-53.0.0.ebuild
27 deleted file mode 100644
28 index 4231ee0d4ba..00000000000
29 --- a/dev-python/setuptools/setuptools-53.0.0.ebuild
30 +++ /dev/null
31 @@ -1,62 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -# Set to 'manual' to avoid triggering install QA check
37 -DISTUTILS_USE_SETUPTOOLS=manual
38 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
39 -PYTHON_REQ_USE="xml(+)"
40 -
41 -inherit distutils-r1 multiprocessing
42 -
43 -DESCRIPTION="Collection of extensions to Distutils"
44 -HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 -
51 -BDEPEND="
52 - test? (
53 - dev-python/jaraco-envs[${PYTHON_USEDEP}]
54 - dev-python/mock[${PYTHON_USEDEP}]
55 - dev-python/pip[${PYTHON_USEDEP}]
56 - dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
57 - dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
58 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
59 - >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
60 - dev-python/wheel[${PYTHON_USEDEP}]
61 - )
62 -"
63 -PDEPEND="
64 - >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
65 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
66 -
67 -distutils_enable_tests pytest
68 -
69 -# Force in-source build because build system modifies sources.
70 -DISTUTILS_IN_SOURCE_BUILD=1
71 -
72 -DOCS=( {CHANGES,README}.rst )
73 -
74 -python_test() {
75 - distutils_install_for_testing --via-root
76 - local deselect=(
77 - # TODO
78 - setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_allow_hosts
79 - # this one's unhappy about pytest-xdist but one test is not worth
80 - # losing the speed gain
81 - setuptools/tests/test_build_meta.py::TestBuildMetaBackend::test_build_sdist_relative_path_import
82 - )
83 - # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
84 - # It tries to sandbox the test in a tempdir
85 - HOME="${PWD}" pytest -vv ${deselect[@]/#/--deselect } \
86 - -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")" \
87 - setuptools || 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 -}