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, 01 Feb 2021 17:04:25
Message-Id: 1612199055.8193724cce19492d10042af3bccd2a469e9a9e0c.mgorny@gentoo
1 commit: 8193724cce19492d10042af3bccd2a469e9a9e0c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 16:25:35 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 17:04:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8193724c
7
8 dev-python/setuptools: Bump to 53.0.0
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 insertions(+)
15
16 diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
17 index eab769eb734..9778bcffaac 100644
18 --- a/dev-python/setuptools/Manifest
19 +++ b/dev-python/setuptools/Manifest
20 @@ -5,3 +5,4 @@ DIST setuptools-51.1.1.tar.gz 2051053 BLAKE2B 182c8c4b4d3bb8caea8cb1812aaff929d7
21 DIST setuptools-51.1.2.tar.gz 2051107 BLAKE2B a9f1d5dac6bed7b8744f1a3f023398312f6e3696ea68a84bdb252afca3e88b8617ae632384c18cf49906b1ec97f78f467ec158cc09e1842055b5089e154e0429 SHA512 cdfdb3c3666239268ab225704d1a887f027c297262521ee8d55af547cbcef0931656997cc86f4f9a871df6028974bd90b9eea6177c02bf34f98297415b9c410f
22 DIST setuptools-51.3.1.tar.gz 2057167 BLAKE2B 4077e117c33c5eaad4de2bc66db0432dc14064de3f4a55e853541b09475bec81b9a07c3baec77a1574ed7912f3db2c6a83b7dcffbbe9bbffb15de13a928e6280 SHA512 5ae96ce0595bdaaa86fbe916e79b545db5a18278f150da2a38a83e43e891bbce8d4f03975ef0d7c6138b3ebcdb16fcfa4dae80a970007c8c60683fd57edc998e
23 DIST setuptools-51.3.3.tar.gz 2053035 BLAKE2B 73b33359f10f900233b82e68c91781609665bdecb6b0e2963d7d15a798149c104030cc1e124ee945b23e5fc8db3f573d0b9012cfba7767ff913077af907141e4 SHA512 5a3572466a68c6f650111448ce3343f64c62044650bb8635edbff97e2bc7b216b8bbe3b4e3bccf34e6887f3bedc911b27ca5f9a515201cae49cf44fbacf03345
24 +DIST setuptools-53.0.0.tar.gz 2050503 BLAKE2B b1ebe5a9776917fe9a21a13a4db613fd05aa1f61043482487013bcfed7802ff1b984fe0f72623b092eee7ebfb9debd5f71732223220bc2b73a6ece0a7ec86a2c SHA512 d045198210f09c5f2acbd487d3dd291cd7ce814bebe331f1876c133cd28f56d368717c7bd4a875b439c9cc8c9488dc9a7d3e27ab791cce419f78b87fcfd8fff6
25
26 diff --git a/dev-python/setuptools/setuptools-53.0.0.ebuild b/dev-python/setuptools/setuptools-53.0.0.ebuild
27 new file mode 100644
28 index 00000000000..49b44d46c0d
29 --- /dev/null
30 +++ b/dev-python/setuptools/setuptools-53.0.0.ebuild
31 @@ -0,0 +1,62 @@
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 +}