summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 10:44:23 +0000
committerSam James <sam@gentoo.org>2021-06-01 10:44:23 +0000
commitd8621b274554dca129dcd9fb9d1ab983c4eac12b (patch)
tree626548637a37b2d92b4ce89ccf7e903ae774127f
parentdev-python/pyGPG: add Python 3.9 (diff)
downloadgentoo-d8621b274554dca129dcd9fb9d1ab983c4eac12b.tar.gz
gentoo-d8621b274554dca129dcd9fb9d1ab983c4eac12b.tar.bz2
gentoo-d8621b274554dca129dcd9fb9d1ab983c4eac12b.zip
dev-python/pypax: add Python 3.9
Closes: https://bugs.gentoo.org/788418 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pypax/pypax-0.9.5.ebuild4
-rw-r--r--dev-python/pypax/pypax-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pypax/pypax-0.9.5.ebuild b/dev-python/pypax/pypax-0.9.5.ebuild
index 845cf590fad4..27663274debc 100644
--- a/dev-python/pypax/pypax-0.9.5.ebuild
+++ b/dev-python/pypax/pypax-0.9.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild
index 5f5fea6445ac..6e639fff609e 100644
--- a/dev-python/pypax/pypax-9999.ebuild
+++ b/dev-python/pypax/pypax-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1