* [gentoo-dev] [PATCH 3/3] python-utils-r1.eclass: Remove Python 3.5
@ 2019-12-14 10:50 99% ` David Seifert
0 siblings, 0 replies; 1+ results
From: David Seifert @ 2019-12-14 10:50 UTC (permalink / raw
To: gentoo-dev; +Cc: python, David Seifert
* Python 3.5 will go EOL on 2020-09-13 and in order to reduce testing
and maintenance burden, we want to keep the number of active Py3
impls below four.
https://devguide.python.org/#status-of-python-branches
Signed-off-by: David Seifert <soap@gentoo.org>
---
eclass/python-utils-r1.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 779e228e4dc..aae091fade7 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -47,7 +47,7 @@ _PYTHON_ALL_IMPLS=(
jython2_7
pypy pypy3
python2_7
- python3_5 python3_6 python3_7 python3_8
+ python3_6 python3_7 python3_8
)
readonly _PYTHON_ALL_IMPLS
@@ -83,10 +83,10 @@ _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_[5678]|jython2_7|pypy|pypy3)
+ python2_7|python3_[678]|jython2_7|pypy|pypy3)
return 0
;;
- pypy1_[89]|pypy2_0|python2_[56]|python3_[1234])
+ pypy1_[89]|pypy2_0|python2_[56]|python3_[12345])
return 1
;;
*)
--
2.24.1
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-12-14 10:50 [gentoo-dev] [PATCH 1/3] python-any-r1.eclass: Constrain to EAPI >= 5 David Seifert
2019-12-14 10:50 99% ` [gentoo-dev] [PATCH 3/3] python-utils-r1.eclass: Remove Python 3.5 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox