From 8e983917825ac71229815b2056aa117e5b5bad1b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 16 Nov 2019 23:13:44 +0100 Subject: dev-python/ply: Enable py3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/ply/ply-3.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/ply') diff --git a/dev-python/ply/ply-3.11.ebuild b/dev-python/ply/ply-3.11.ebuild index 868edd09b274..bc0e51ed0a02 100644 --- a/dev-python/ply/ply-3.11.ebuild +++ b/dev-python/ply/ply-3.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 @@ -32,7 +32,7 @@ python_test() { local t for t in testlex.py testyacc.py; do - "${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}" + "${EPYTHON}" "${t}" -v || die "${t} fails with ${EPYTHON}" done } -- cgit v1.2.3-65-gdbad