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/pip/
Date: Tue, 31 Jan 2023 07:23:14
Message-Id: 1675149788.95a6fed5beb543719c8cf073b931e68d80281474.mgorny@gentoo
1 commit: 95a6fed5beb543719c8cf073b931e68d80281474
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 06:41:19 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 07:23:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a6fed5
7
8 dev-python/pip: Bump to 23.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pip/Manifest | 1 +
13 dev-python/pip/pip-23.0.ebuild | 151 +++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 152 insertions(+)
15
16 diff --git a/dev-python/pip/Manifest b/dev-python/pip/Manifest
17 index fbee9bbfc87a..d5baf21475af 100644
18 --- a/dev-python/pip/Manifest
19 +++ b/dev-python/pip/Manifest
20 @@ -1,4 +1,5 @@
21 DIST pip-22.3.1.gh.tar.gz 9326504 BLAKE2B b125599a9f77e49414dae13ca3fe0ac27c9b7e127f6ca7f467f3af4e0b51d835f2790f8311b2ec616966c299fb431403b456f7b38ea1f3fe1e7f769f7d5a78e5 SHA512 c7865c4ce79b0fea7ba469fe593af3be205b3bdb574a6ae019842e0f82a0af406ec905d8c6ff02fbbafe01630c8899a398d071ce74501ca830249160f2f6df98
22 +DIST pip-23.0.gh.tar.gz 9336486 BLAKE2B 693623292e498ec939ce931063bccc8079fc313a0a9f30d406a99a2084fcd84b5b5a17566602c53bb96090920bc2d0615f28b8f9c165022c2b0de62fa9355b21 SHA512 9b791ed15b4e5dd768351043929dc6ee18eeab251a26fb2b0d712dec578101f1620a13d5914d44f2761ecb95e64bc47e6b07096126404ca70345268028524d43
23 DIST setuptools-62.3.2-py3-none-any.whl 1225929 BLAKE2B 608952e201f749ebf557e3962ba9856d5bdcbc534f3a25598cab0d6c53282cfb3b9f007ba135497a8addf49db4c02bc4387c486d95a4529d01ce4114154ec28a SHA512 366d69dc44e326dd7549cdacd8dec481a14dce4feef4338adc38b9de5c4c338f04d61696e13ce8603be1315f2e8734100f92d3fe4b4b11843e19f550c9631978
24 DIST virtualenv-16.7.12.gh.tar.gz 8906590 BLAKE2B a1f206769e4e5797562906162e492e44c4a72720e4f88a0362dc802ce2df20c65aaab6a72dce2238445601a10fae59bd90cd362217994d30911f105afd71c5fa SHA512 0278b33fb19f6553e70ad3dcffa6ea1a455ff435b216ac9b4fadff216b2932714faa2bb6027af3058010111d8511a5c2fcd424f31c9645be361603971f111c8e
25 DIST wheel-0.36.2-py2.py3-none-any.whl 35046 BLAKE2B bc4e8dab7c74eea34d3b4a813b7eaf6295a99a396a861b6cdd76f743043e89140bad132bdd13e385e8945ce02e0798e1d3ac73fc1b23bde5b2a83e4bb4dd5cdc SHA512 6bb5119b4d3704fe1e3c1eaaa3124edab13f61b46f8a0a8e75974fac4e5b25d8b53606071a03a8d8990ad1cfe2ab247ddea260098df2c0c35ae965be47080284
26
27 diff --git a/dev-python/pip/pip-23.0.ebuild b/dev-python/pip/pip-23.0.ebuild
28 new file mode 100644
29 index 000000000000..d88d2f950e8e
30 --- /dev/null
31 +++ b/dev-python/pip/pip-23.0.ebuild
32 @@ -0,0 +1,151 @@
33 +# Copyright 1999-2023 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +# please bump dev-python/ensurepip-wheels along with this package!
39 +
40 +DISTUTILS_USE_PEP517=setuptools
41 +PYTHON_TESTED=( python3_{9..10} )
42 +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_11 pypy3 )
43 +PYTHON_REQ_USE="ssl(+),threads(+)"
44 +
45 +inherit bash-completion-r1 distutils-r1 multiprocessing
46 +
47 +# setuptools & wheel .whl files are required for testing,
48 +# the exact version is not very important.
49 +SETUPTOOLS_WHL="setuptools-62.3.2-py3-none-any.whl"
50 +WHEEL_WHL="wheel-0.36.2-py2.py3-none-any.whl"
51 +# upstream still requires virtualenv-16 for testing, we are now fetching
52 +# it directly to avoid blockers with virtualenv-20
53 +VENV_PV=16.7.12
54 +
55 +DESCRIPTION="The PyPA recommended tool for installing Python packages"
56 +HOMEPAGE="
57 + https://pip.pypa.io/en/stable/
58 + https://pypi.org/project/pip/
59 + https://github.com/pypa/pip/
60 +"
61 +SRC_URI="
62 + https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
63 + test? (
64 + https://files.pythonhosted.org/packages/py3/s/setuptools/${SETUPTOOLS_WHL}
65 + https://files.pythonhosted.org/packages/py2.py3/w/wheel/${WHEEL_WHL}
66 + https://github.com/pypa/virtualenv/archive/${VENV_PV}.tar.gz
67 + -> virtualenv-${VENV_PV}.gh.tar.gz
68 + )
69 +"
70 +
71 +LICENSE="MIT"
72 +# bundled deps
73 +LICENSE+=" Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MPL-2.0 PSF-2"
74 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
75 +SLOT="0"
76 +IUSE="test-rust"
77 +
78 +# TODO: remove the explicit deps when we update distutils-r1
79 +RDEPEND="
80 + >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}]
81 + $(python_gen_cond_dep '
82 + >=dev-lang/python-3.9.16-r1:3.9
83 + ' python3_9)
84 + $(python_gen_cond_dep '
85 + >=dev-lang/python-3.10.9-r1:3.10
86 + ' python3_10)
87 + $(python_gen_cond_dep '
88 + >=dev-lang/python-3.11.1-r1:3.11
89 + ' python3_11)
90 + $(python_gen_cond_dep '
91 + >=dev-python/pypy3-7.3.11-r1
92 + ' pypy3)
93 +"
94 +BDEPEND="
95 + ${RDEPEND}
96 + test? (
97 + $(python_gen_cond_dep '
98 + dev-python/freezegun[${PYTHON_USEDEP}]
99 + dev-python/pretend[${PYTHON_USEDEP}]
100 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
101 + dev-python/scripttest[${PYTHON_USEDEP}]
102 + dev-python/tomli-w[${PYTHON_USEDEP}]
103 + dev-python/werkzeug[${PYTHON_USEDEP}]
104 + dev-python/wheel[${PYTHON_USEDEP}]
105 + test-rust? (
106 + dev-python/cryptography[${PYTHON_USEDEP}]
107 + )
108 + ' "${PYTHON_TESTED[@]}")
109 + )
110 +"
111 +
112 +distutils_enable_tests pytest
113 +
114 +python_prepare_all() {
115 + local PATCHES=(
116 + "${FILESDIR}/pip-22.2.1-no-coverage.patch"
117 + )
118 +
119 + distutils-r1_python_prepare_all
120 +
121 + if use test; then
122 + mkdir tests/data/common_wheels/ || die
123 + cp "${DISTDIR}"/{${SETUPTOOLS_WHL},${WHEEL_WHL}} \
124 + tests/data/common_wheels/ || die
125 + fi
126 +}
127 +
128 +python_compile_all() {
129 + # 'pip completion' command embeds full $0 into completion script, which confuses
130 + # 'complete' and causes QA warning when running as "${PYTHON} -m pip".
131 + # This trick sets correct $0 while still calling just installed pip.
132 + local pipcmd='import sys; sys.argv[0] = "pip"; __file__ = ""; from pip._internal.cli.main import main; sys.exit(main())'
133 + "${EPYTHON}" -c "${pipcmd}" completion --bash > completion.bash || die
134 + "${EPYTHON}" -c "${pipcmd}" completion --zsh > completion.zsh || die
135 +}
136 +
137 +python_test() {
138 + if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
139 + einfo "Skipping tests on ${EPYTHON} since virtualenv-16 is broken"
140 + return 0
141 + fi
142 +
143 + local EPYTEST_DESELECT=(
144 + tests/functional/test_inspect.py::test_inspect_basic
145 + tests/functional/test_install.py::test_double_install_fail
146 + tests/functional/test_list.py::test_multiple_exclude_and_normalization
147 + # Internet
148 + tests/functional/test_install.py::test_install_dry_run
149 + tests/functional/test_install.py::test_install_editable_with_prefix_setup_cfg
150 + tests/functional/test_install.py::test_editable_install__local_dir_no_setup_py_with_pyproject
151 + tests/functional/test_install.py::test_editable_install__local_dir_setup_requires_with_pyproject
152 + tests/functional/test_install.py::test_install_8559_wheel_package_present
153 + # git: fatal: transport 'file' not allowed
154 + tests/functional/test_install_vcs_git.py::test_check_submodule_addition
155 + # TODO
156 + tests/unit/test_network_auth.py::test_keyring_cli_get_password
157 + tests/unit/test_network_auth.py::test_keyring_cli_set_password
158 + )
159 +
160 + if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then
161 + EPYTEST_DESELECT+=(
162 + tests/functional/test_install.py::test_install_sends_client_cert
163 + tests/functional/test_install_config.py::test_do_not_prompt_for_authentication
164 + tests/functional/test_install_config.py::test_prompt_for_authentication
165 + tests/functional/test_install_config.py::test_prompt_for_keyring_if_needed
166 + )
167 + fi
168 +
169 + local -x PYTHONPATH="${WORKDIR}/virtualenv-${VENV_PV}"
170 + local -x SETUPTOOLS_USE_DISTUTILS=stdlib
171 + local -x PIP_DISABLE_PIP_VERSION_CHECK=1
172 + epytest -m "not network" -n "$(makeopts_jobs)"
173 +}
174 +
175 +python_install_all() {
176 + local DOCS=( AUTHORS.txt docs/html/**/*.rst )
177 + distutils-r1_python_install_all
178 +
179 + newbashcomp completion.bash pip
180 +
181 + insinto /usr/share/zsh/site-functions
182 + newins completion.zsh _pip
183 +}