diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-30 19:27:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-30 19:27:46 +0200 |
commit | ae323fe69b2050e85c5f18c3afb175dc684f7f71 (patch) | |
tree | be51b63e17fa46575ccea614003d2081fda2030f /app-portage | |
parent | dev-ruby/facter: 3.14.10 stable amd64/x86 with 3.14.11 bump (diff) | |
download | gentoo-ae323fe69b2050e85c5f18c3afb175dc684f7f71.tar.gz gentoo-ae323fe69b2050e85c5f18c3afb175dc684f7f71.tar.bz2 gentoo-ae323fe69b2050e85c5f18c3afb175dc684f7f71.zip |
app-portage/gpyutils: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 | ||||
-rw-r--r-- | 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 e53246c0e37f..ac5c7dac4d64 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 6f927d086345..8bbbb4c17b65 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 |