projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc99dec
)
dev-python/click-plugins: updated to support python2_7
author
Slawomir Lis
<slis@gentoo.org>
Thu, 1 Jun 2017 10:27:21 +0000
(12:27 +0200)
committer
Slawomir Lis
<slis@gentoo.org>
Thu, 1 Jun 2017 10:31:37 +0000
(12:31 +0200)
Python2 is not listed in upstream support, but I haven't found anything wrong yet
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/click-plugins/click-plugins-1.0.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/click-plugins/click-plugins-1.0.3.ebuild
b/dev-python/click-plugins/click-plugins-1.0.3.ebuild
index 8eb1422d3a1c1534fb358d00f7024936dc6ce06f..4eda8ac36e21cfcba9c2067a2d729604d52de479 100644
(file)
--- a/
dev-python/click-plugins/click-plugins-1.0.3.ebuild
+++ b/
dev-python/click-plugins/click-plugins-1.0.3.ebuild
@@
-3,7
+3,7
@@
EAPI="6"
-PYTHON_COMPAT=( python
3_{3,4,5
} )
+PYTHON_COMPAT=( python
{2_7,3_{3,4,5,6}
} )
inherit distutils-r1