commit:     7921703f2cfeb54a1cb3b4ee0d3c00af90cea8db
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:27:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:37:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7921703f

dev-python/importlib_resources: Remove python2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...ib_resources-1.5.0-r1.ebuild => importlib_resources-1.5.0-r2.ebuild} | 2 +-
 ...ib_resources-3.0.0-r1.ebuild => importlib_resources-3.0.0-r2.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
similarity index 96%
rename from dev-python/importlib_resources/importlib_resources-1.5.0-r1.ebuild
rename to dev-python/importlib_resources/importlib_resources-1.5.0-r2.ebuild
index 65027c9a021..91965fd8c63 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
similarity index 96%
rename from dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild
rename to dev-python/importlib_resources/importlib_resources-3.0.0-r2.ebuild
index d8eb56fdde3..4bd76ce4058 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
 

Reply via email to