summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-04-29 13:58:50 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-04-29 16:10:58 -0700
commit43db3346c7b5f52258670483388dd07e26203d75 (patch)
tree3f84220bc1ed5d2c3d858384890777d6919c0b10 /dev-python/importlib_resources
parentdev-perl/Authen-Htpasswd: -r bump for EAPI7 (diff)
downloadgentoo-43db3346c7b5f52258670483388dd07e26203d75.tar.gz
gentoo-43db3346c7b5f52258670483388dd07e26203d75.tar.bz2
gentoo-43db3346c7b5f52258670483388dd07e26203d75.zip
dev-python/importlib_resources-1.5.0: add py37, py37 backport from py39
According to the readme at https://gitlab.com/python-devs/importlib_resources this is a backport from py39, so it should be used up to 3.8. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r--dev-python/importlib_resources/importlib_resources-1.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild b/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild
index ad94a85b2868..ed6fc5f35c5a 100644
--- a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild
+++ b/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild
@@ -3,8 +3,8 @@
EAPI=7
-# This is a backport of Python 3.7's importlib.resources
-PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
+# This is a backport of Python 3.9's importlib.resources
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
inherit distutils-r1