From 954663bf95d27266fb0bf4cd47ea4b7851c3f33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= Date: Tue, 10 Nov 2020 09:37:19 +0100 Subject: [PATCH] dev-python/atpublic: Add Python 3.9 and enable tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hanno Böck 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 0b3d317de1326..dc09ae8f85f5e 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