commit: ae323fe69b2050e85c5f18c3afb175dc684f7f71
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 17:27:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 30 17:27:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae323fe6
app-portage/gpyutils: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
app-portage/gpyutils/gpyutils-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
index e53246c0e37..ac5c7dac4d6 100644
--- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild
b/app-portage/gpyutils/gpyutils-9999.ebuild
index 6f927d08634..8bbbb4c17b6 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
inherit distutils-r1 git-r3