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