diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:08:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 11:14:29 +0200 |
commit | fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223 (patch) | |
tree | 74258bd64ab72cc0c3d06a606487f69e83d73d23 /dev-python/python-distutils-extra | |
parent | dev-python/pytest-rerunfailures: Remove py2.7 (diff) | |
download | gentoo-fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223.tar.gz gentoo-fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223.tar.bz2 gentoo-fb9d5b166dcbf7ae38d8bb377eaa53bbe1d3c223.zip |
dev-python/python-distutils-extra: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-distutils-extra')
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 a53af5d7f0fd..be925cb1c86a 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 2435497c9c4c..c77a8ea00a24 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 |