dev-python/atpublic: Add Python 3.9 and enable tests

Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
Hanno Böck
2020-11-10 09:37:19 +01:00
parent 5a0e95e561
commit 954663bf95

View File

@@ -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