dev-python/pygments: Port to py39

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-26 14:18:52 +02:00
parent 9fffec2222
commit 9f80f8828b
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1 bash-completion-r1
@@ -32,7 +32,7 @@ distutils_enable_sphinx doc
python_test() {
cp -r -l tests "${BUILD_DIR}"/ || die
pytest "${BUILD_DIR}"/tests || die "Tests fail with ${EPYTHON}"
pytest -vv "${BUILD_DIR}"/tests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1 bash-completion-r1