commit: fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 09:08:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 09:14:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9d5b16
dev-python/python-distutils-extra: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild | 2 +-
dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild
b/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild
index a53af5d7f0f..be925cb1c86 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1
diff --git
a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
index 2435497c9c4..c77a8ea00a2 100644
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
+++ b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1