projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86275f4
)
dev-python/pyparsing: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 20:09:58 +0000
(22:09 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:38 +0000
(21:56 +0200)
dev-python/pyparsing/pyparsing-2.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyparsing/pyparsing-2.2.0.ebuild
b/dev-python/pyparsing/pyparsing-2.2.0.ebuild
index 02856e79e9469f22e3e5405eff7fe774088902b5..a77d5c127e1dd260fb2b18be50d21725bb9a4516 100644
(file)
--- a/
dev-python/pyparsing/pyparsing-2.2.0.ebuild
+++ b/
dev-python/pyparsing/pyparsing-2.2.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6
,7
} pypy pypy3 )
inherit distutils-r1