diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-01-31 02:18:05 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-01-31 02:18:05 +0000 |
commit | 2c6c2efe4c1a02689bcd5e6e58a54035dec44025 (patch) | |
tree | d555c1eb2840695af94e7eee4f391549db52773c /dev-python/importlib_resources | |
parent | 2021-01-31 00:33:11 UTC (diff) | |
parent | */*: Remove obsolete values from PYTHON_COMPAT (diff) | |
download | gentoo-2c6c2efe4c1a02689bcd5e6e58a54035dec44025.tar.gz gentoo-2c6c2efe4c1a02689bcd5e6e58a54035dec44025.tar.bz2 gentoo-2c6c2efe4c1a02689bcd5e6e58a54035dec44025.zip |
Merge updates from master
Diffstat (limited to 'dev-python/importlib_resources')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/importlib_resources/importlib_resources-3.3.0.ebuild b/dev-python/importlib_resources/importlib_resources-3.3.0.ebuild index fb7616f129f4..e24612a4b344 100644 --- a/dev-python/importlib_resources/importlib_resources-3.3.0.ebuild +++ b/dev-python/importlib_resources/importlib_resources-3.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 # This is a backport of Python 3.9's importlib.resources -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{7,8} ) inherit distutils-r1 diff --git a/dev-python/importlib_resources/importlib_resources-4.1.1.ebuild b/dev-python/importlib_resources/importlib_resources-4.1.1.ebuild index b94ce8b4f431..8edb5b33d3f0 100644 --- a/dev-python/importlib_resources/importlib_resources-4.1.1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-4.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 # This is a backport of Python 3.9's importlib.resources -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{7,8} ) inherit distutils-r1 diff --git a/dev-python/importlib_resources/importlib_resources-5.0.0.ebuild b/dev-python/importlib_resources/importlib_resources-5.0.0.ebuild index e1158587790f..680eb6ca1ff1 100644 --- a/dev-python/importlib_resources/importlib_resources-5.0.0.ebuild +++ b/dev-python/importlib_resources/importlib_resources-5.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 # This is a backport of Python 3.9's importlib.resources -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{7,8} ) inherit distutils-r1 diff --git a/dev-python/importlib_resources/importlib_resources-5.1.0.ebuild b/dev-python/importlib_resources/importlib_resources-5.1.0.ebuild index e1158587790f..680eb6ca1ff1 100644 --- a/dev-python/importlib_resources/importlib_resources-5.1.0.ebuild +++ b/dev-python/importlib_resources/importlib_resources-5.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 # This is a backport of Python 3.9's importlib.resources -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{7,8} ) inherit distutils-r1 |