diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-30 08:46:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-30 09:12:09 +0200 |
commit | 21a194f6f3e4cfea60e344a600c4b24c626f6539 (patch) | |
tree | 1beaebd59cb3b9f561203562cbd32301a6bb3ad2 | |
parent | dev-python/pathspec: Port to py39 (diff) | |
download | gentoo-21a194f6f3e4cfea60e344a600c4b24c626f6539.tar.gz gentoo-21a194f6f3e4cfea60e344a600c4b24c626f6539.tar.bz2 gentoo-21a194f6f3e4cfea60e344a600c4b24c626f6539.zip |
dev-util/pkgcheck: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild index ee6c0d6638ba..bcd3a46019b6 100644 --- a/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 eutils diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 677e2471a279..c05954b53f8a 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 eutils |