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, 02 Aug 2022 13:03:06
Message-Id: 1659445044.5d3f138063cb205b767ee9789cf90d25a8a0a819.mgorny@gentoo
1 commit: 5d3f138063cb205b767ee9789cf90d25a8a0a819
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 12:55:35 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 12:57:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3f1380
7
8 dev-python/pip: Add a note about bumping ensurepip-wheels
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pip/pip-22.2.1-r1.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-python/pip/pip-22.2.1-r1.ebuild b/dev-python/pip/pip-22.2.1-r1.ebuild
16 index b65cd0b55288..8d3b6ef3e28e 100644
17 --- a/dev-python/pip/pip-22.2.1-r1.ebuild
18 +++ b/dev-python/pip/pip-22.2.1-r1.ebuild
19 @@ -3,6 +3,8 @@
20
21 EAPI=8
22
23 +# please bump dev-python/ensurepip-wheels along with this package!
24 +
25 DISTUTILS_USE_PEP517=setuptools
26 PYTHON_TESTED=( python3_{8..10} )
27 PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_11 pypy3 )