diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:27:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:46 +0200 |
commit | 7921703f2cfeb54a1cb3b4ee0d3c00af90cea8db (patch) | |
tree | c360cbdabd19f6ed69db6c9bba0c3f16acc864d2 /dev-python/importlib_resources | |
parent | dev-python/inflect: Remove old (diff) | |
download | gentoo-7921703f2cfeb54a1cb3b4ee0d3c00af90cea8db.tar.gz gentoo-7921703f2cfeb54a1cb3b4ee0d3c00af90cea8db.tar.bz2 gentoo-7921703f2cfeb54a1cb3b4ee0d3c00af90cea8db.zip |
dev-python/importlib_resources: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r-- | dev-python/importlib_resources/importlib_resources-1.5.0-r2.ebuild (renamed from dev-python/importlib_resources/importlib_resources-1.5.0-r1.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/importlib_resources/importlib_resources-3.0.0-r2.ebuild (renamed from dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/importlib_resources/importlib_resources-1.5.0-r1.ebuild b/dev-python/importlib_resources/importlib_resources-1.5.0-r2.ebuild index 65027c9a021d..91965fd8c63c 100644 --- a/dev-python/importlib_resources/importlib_resources-1.5.0-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.5.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 # This is a backport of Python 3.9's importlib.resources -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild b/dev-python/importlib_resources/importlib_resources-3.0.0-r2.ebuild index d8eb56fdde37..4bd76ce40588 100644 --- a/dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-3.0.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 # This is a backport of Python 3.9's importlib.resources -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 |