commit: 954663bf95d27266fb0bf4cd47ea4b7851c3f33e
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 08:37:19 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 08:37:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954663bf
dev-python/atpublic: Add Python 3.9 and enable tests
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
dev-python/atpublic/atpublic-1.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/atpublic/atpublic-1.0.ebuild
b/dev-python/atpublic/atpublic-1.0.ebuild
index 0b3d317de13..dc09ae8f85f 100644
--- a/dev-python/atpublic/atpublic-1.0.ebuild
+++ b/dev-python/atpublic/atpublic-1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="A decorator and function to polulate a module's __all__ and the
module globals."
@@ -17,3 +17,5 @@ IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest