projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430e39b
)
python-utils-r1.eclass: Add support for python3.5
author
Mike Gilbert
<floppym@gentoo.org>
Fri, 2 Oct 2015 18:56:34 +0000
(14:56 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sun, 4 Oct 2015 13:35:45 +0000
(09:35 -0400)
eclass/python-utils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index 974accb3fc8e3499051eb3eec2bfae297491e420..622cb591c42d864871ec865f0224ab76f0ed7960 100644
(file)
--- a/
eclass/python-utils-r1.eclass
+++ b/
eclass/python-utils-r1.eclass
@@
-42,7
+42,7
@@
inherit eutils multilib toolchain-funcs
_PYTHON_ALL_IMPLS=(
jython2_5 jython2_7
pypy pypy3
- python3_3 python3_4
+ python3_3 python3_4
python3_5
python2_7
)
@@
-66,7
+66,7
@@
_python_impl_supported() {
# keep in sync with _PYTHON_ALL_IMPLS!
# (not using that list because inline patterns shall be faster)
case "${impl}" in
- python2_7|python3_[34]|jython2_[57])
+ python2_7|python3_[34
5
]|jython2_[57])
return 0
;;
pypy1_[89]|pypy2_0|python2_[56]|python3_[12])