projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88893ec
)
dev-python/gast: add python3_5 compat
author
Jason Zaman
<perfinion@gentoo.org>
Fri, 28 Sep 2018 10:21:17 +0000
(18:21 +0800)
committer
Jason Zaman
<perfinion@gentoo.org>
Fri, 28 Sep 2018 10:23:54 +0000
(18:23 +0800)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-python/gast/gast-0.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/gast/gast-0.2.0.ebuild
b/dev-python/gast/gast-0.2.0.ebuild
index 9965a03d1bf9731a8f34f13205a63a329751eaa2..5c7599fd30d80eae8c00d23d81b00fb0ef96acb0 100644
(file)
--- a/
dev-python/gast/gast-0.2.0.ebuild
+++ b/
dev-python/gast/gast-0.2.0.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python2_7 python
3_6
)
+PYTHON_COMPAT=( python2_7 python
{3_5,3_6}
)
inherit distutils-r1
DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"