projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c233339
)
dev-python/ply: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Sat, 16 Nov 2019 22:13:44 +0000
(23:13 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 16 Nov 2019 23:00:52 +0000
(
00:00
+0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ply/ply-3.11.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/ply/ply-3.11.ebuild
b/dev-python/ply/ply-3.11.ebuild
index 868edd09b274ad168e639df2c1bf7cd43ccc3717..bc0e51ed0a02ed1dbfad7057343578b7e0c6ea51 100644
(file)
--- 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
}