diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 13:06:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 13:06:35 +0000 |
commit | 6afb35653489b7320c60580496cab0695af98738 (patch) | |
tree | 7ff3de8678a1c5170627ecf686458cf5c7ce616b /dev-python/pafy | |
parent | media-sound/mps-youtube: add Python 3.9 (diff) | |
download | gentoo-6afb35653489b7320c60580496cab0695af98738.tar.gz gentoo-6afb35653489b7320c60580496cab0695af98738.tar.bz2 gentoo-6afb35653489b7320c60580496cab0695af98738.zip |
dev-python/pafy: add Python 3.9
Closes: https://bugs.gentoo.org/793707
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pafy')
-rw-r--r-- | dev-python/pafy/pafy-0.5.5.ebuild | 5 | ||||
-rw-r--r-- | dev-python/pafy/pafy-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild index 837e7ddb770e..57aea55fcae7 100644 --- a/dev-python/pafy/pafy-0.5.5.ebuild +++ b/dev-python/pafy/pafy-0.5.5.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild index 837e7ddb770e..57aea55fcae7 100644 --- a/dev-python/pafy/pafy-9999.ebuild +++ b/dev-python/pafy/pafy-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 |