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, 29 Dec 2020 11:46:08
Message-Id: 1609242358.8394f6a69ddb1685c2454c27e887c7a9b67a7274.mgorny@gentoo
1 commit: 8394f6a69ddb1685c2454c27e887c7a9b67a7274
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 09:03:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 11:45:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8394f6a6
7
8 dev-python/setuptools: Bump to 51.1.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools/Manifest | 1 +
13 dev-python/setuptools/setuptools-51.1.1.ebuild | 56 ++++++++++++++++++++++++++
14 2 files changed, 57 insertions(+)
15
16 diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
17 index 1d5112f1c53..cf3c6ebde0e 100644
18 --- a/dev-python/setuptools/Manifest
19 +++ b/dev-python/setuptools/Manifest
20 @@ -2,3 +2,4 @@ DIST setuptools-46.4.0.zip 865912 BLAKE2B 452d36132f5648c79c7e1616a93ff6a39ab2f6
21 DIST setuptools-50.3.0.zip 2169216 BLAKE2B 029ea0159de270af0078a4661c696b93681b33dcc475640c7626f5a40bf1bb4759e5915948696c03b76dca10bdc4e790e2e9ef9628f41abca9a6aa48adcb72f6 SHA512 f67a2b7d639e03bf8b3815133e128902a559baf689afdd5893844ddc7c83505d727a6bb30ced1f78c4d2719dd405d2f4c527576bfa14dd9cb50c8ec4a479683e
22 DIST setuptools-51.0.0.zip 2059134 BLAKE2B 449e87e413490181136ffa80a109e68b086fd0b1b56b2391e8cc612fb4c9cd4bb89acf05b464a5fa86c3984d3f22bc103dc9a21a2948598b7a17f770c4037008 SHA512 ec8c8a43ef176b5a4029f42c900690c1b9cb304efeb2cf8d36f3f2cb4343af4c1b1770f83ffb0e80ef237f58e6eeb233a97d6b3b8c6c6a2557bc4f14ccff9e90
23 DIST setuptools-51.1.0.tar.gz 2050951 BLAKE2B 58890bf458ffab84f93e68393a092c2b2eeaf28e9e443c9a3cf50fb4bbb371bfe28032d08c5ce92fc0b28ad3f9b718f02542f948560b2a8a57af1ada9e77a949 SHA512 914f0d7692f519b658a55e1c7d96b93a45f34c1682c564c6232cd3771db15c91cfee7118ed61f1ae4655a1afe34c9a9c37f293eb6408eeeeeae9eaa6f3760324
24 +DIST setuptools-51.1.1.tar.gz 2051053 BLAKE2B 182c8c4b4d3bb8caea8cb1812aaff929d7687942d3c469a7f6e0a68a0c5d3d001be2b42d0d131171815359f2c1d59a7b997c5deab657d2ec99c369c6b27ba03f SHA512 ef08f0ecd0b4a255a8e43c2785c2a1ce76f807322c3358b7955d2ea814f9fa3f52962f7cd0431439ef9ee910fd44922d1be1888c350703031cfcab8db0f60ce7
25
26 diff --git a/dev-python/setuptools/setuptools-51.1.1.ebuild b/dev-python/setuptools/setuptools-51.1.1.ebuild
27 new file mode 100644
28 index 00000000000..81b6a41f833
29 --- /dev/null
30 +++ b/dev-python/setuptools/setuptools-51.1.1.ebuild
31 @@ -0,0 +1,56 @@
32 +# Copyright 1999-2020 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_{6,7,8,9} pypy3 )
39 +PYTHON_REQ_USE="xml(+)"
40 +
41 +inherit distutils-r1
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 ~x86-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/virtualenv-20[${PYTHON_USEDEP}]
59 + dev-python/wheel[${PYTHON_USEDEP}]
60 + )
61 +"
62 +PDEPEND="
63 + >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
64 + dev-python/setuptools_scm[${PYTHON_USEDEP}]"
65 +
66 +distutils_enable_tests pytest
67 +
68 +# Force in-source build because build system modifies sources.
69 +DISTUTILS_IN_SOURCE_BUILD=1
70 +
71 +DOCS=( {CHANGES,README}.rst )
72 +
73 +python_test() {
74 + distutils_install_for_testing --via-root
75 + local deselect=(
76 + setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_allow_hosts
77 + )
78 + # test_easy_install raises a SandboxViolation due to ${HOME}/.pydistutils.cfg
79 + # It tries to sandbox the test in a tempdir
80 + HOME="${PWD}" pytest -vv setuptools ${deselect[@]/#/--deselect } ||
81 + die "Tests failed under ${EPYTHON}"
82 +}
83 +
84 +python_install() {
85 + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
86 + distutils-r1_python_install
87 +}