summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-02 14:55:19 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-02 14:57:23 +0200
commit925aa4888c8edd9640532194877bee7d9e9be44c (patch)
treeb196d430986420bbdab93eae56260954583c76e4 /dev-python/setuptools
parentdev-lang/python: Use external ensurepip wheels in 3.10.6 (diff)
downloadgentoo-925aa4888c8edd9640532194877bee7d9e9be44c.tar.gz
gentoo-925aa4888c8edd9640532194877bee7d9e9be44c.tar.bz2
gentoo-925aa4888c8edd9640532194877bee7d9e9be44c.zip
dev-python/setuptools: Add a note about bumping ensurepip-wheels
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r--dev-python/setuptools/setuptools-63.3.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/setuptools/setuptools-63.3.0.ebuild b/dev-python/setuptools/setuptools-63.3.0.ebuild
index 4133756fb9e7..e6015c0fc03f 100644
--- a/dev-python/setuptools/setuptools-63.3.0.ebuild
+++ b/dev-python/setuptools/setuptools-63.3.0.ebuild
@@ -4,6 +4,8 @@
# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
EAPI=7
+# please bump dev-python/ensurepip-wheels along with this package!
+
DISTUTILS_USE_PEP517=standalone
PYTHON_TESTED=( python3_{8..11} pypy3 )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )