projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390bc22
)
python-utils-r1.eclass: Enable python3.8
author
Michał Górny
<mgorny@gentoo.org>
Mon, 11 Nov 2019 21:05:36 +0000
(22:05 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 11 Nov 2019 21:06:44 +0000
(22:06 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/python-utils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index 549dd5f2e56e02a32ab27151188ddc6e64bb5c4a..647eb04344d29f3cf8639a3b626e09b188a42f17 100644
(file)
--- a/
eclass/python-utils-r1.eclass
+++ b/
eclass/python-utils-r1.eclass
@@
-44,7
+44,7
@@
_PYTHON_ALL_IMPLS=(
jython2_7
pypy pypy3
python2_7
- python3_5 python3_6 python3_7
+ python3_5 python3_6 python3_7
python3_8
)
readonly _PYTHON_ALL_IMPLS
@@
-80,7
+80,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_[567]|jython2_7)
+ python2_7|python3_[567
8
]|jython2_7)
return 0
;;
pypy1_[89]|pypy2_0|python2_[56]|python3_[1234])