commit: cba81ae61e4fb5b260f91a540a1988e9091768f2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 14 16:00:06 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 14 16:29:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba81ae6
dev-lang/python: Force stdlib distutils for build Closes: https://bugs.gentoo.org/823728 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-lang/python/python-3.10.0_p1.ebuild | 3 +++ dev-lang/python/python-3.11.0_alpha1.ebuild | 3 +++ dev-lang/python/python-3.11.0_alpha2.ebuild | 3 +++ dev-lang/python/python-3.8.12_p1.ebuild | 3 +++ dev-lang/python/python-3.9.7_p1.ebuild | 3 +++ dev-lang/python/python-3.9.8.ebuild | 3 +++ 6 files changed, 18 insertions(+) diff --git a/dev-lang/python/python-3.10.0_p1.ebuild b/dev-lang/python/python-3.10.0_p1.ebuild index 150a33f5b6b6..2bc9d2d3e7e7 100644 --- a/dev-lang/python/python-3.10.0_p1.ebuild +++ b/dev-lang/python/python-3.10.0_p1.ebuild @@ -193,6 +193,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS= diff --git a/dev-lang/python/python-3.11.0_alpha1.ebuild b/dev-lang/python/python-3.11.0_alpha1.ebuild index c69b8cd0966f..65770c78aa4f 100644 --- a/dev-lang/python/python-3.11.0_alpha1.ebuild +++ b/dev-lang/python/python-3.11.0_alpha1.ebuild @@ -193,6 +193,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS= diff --git a/dev-lang/python/python-3.11.0_alpha2.ebuild b/dev-lang/python/python-3.11.0_alpha2.ebuild index fd039096d637..9b3ea1304095 100644 --- a/dev-lang/python/python-3.11.0_alpha2.ebuild +++ b/dev-lang/python/python-3.11.0_alpha2.ebuild @@ -194,6 +194,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS= diff --git a/dev-lang/python/python-3.8.12_p1.ebuild b/dev-lang/python/python-3.8.12_p1.ebuild index a95b30f11b9d..ff54e4402ebc 100644 --- a/dev-lang/python/python-3.8.12_p1.ebuild +++ b/dev-lang/python/python-3.8.12_p1.ebuild @@ -179,6 +179,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS= diff --git a/dev-lang/python/python-3.9.7_p1.ebuild b/dev-lang/python/python-3.9.7_p1.ebuild index 3af399c076aa..68e7ee9cc370 100644 --- a/dev-lang/python/python-3.9.7_p1.ebuild +++ b/dev-lang/python/python-3.9.7_p1.ebuild @@ -190,6 +190,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS= diff --git a/dev-lang/python/python-3.9.8.ebuild b/dev-lang/python/python-3.9.8.ebuild index 796265447e81..503166ee6fcb 100644 --- a/dev-lang/python/python-3.9.8.ebuild +++ b/dev-lang/python/python-3.9.8.ebuild @@ -191,6 +191,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS=
