projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3dffef
)
dev-python/html5lib: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:23 +0000
(22:15 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:08 +0000
(21:57 +0200)
dev-python/html5lib/html5lib-1.0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/html5lib/html5lib-1.0.1.ebuild
b/dev-python/html5lib/html5lib-1.0.1.ebuild
index 198ea67b7174c274ccccd287146d8f5ac7dfd14e..a3074f2bc0b9e779ad2bc0315ca185fd8a169d39 100644
(file)
--- a/
dev-python/html5lib/html5lib-1.0.1.ebuild
+++ b/
dev-python/html5lib/html5lib-1.0.1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6
,7
} pypy pypy3 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1