commit: 6afb35653489b7320c60580496cab0695af98738 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 1 13:06:15 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 1 13:06:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afb3565
dev-python/pafy: add Python 3.9 Closes: https://bugs.gentoo.org/793707 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pafy/pafy-0.5.5.ebuild | 5 +++-- 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 837e7ddb770..57aea55fcae 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 837e7ddb770..57aea55fcae 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
