commit:     700c2cde76eea5c777fefa52d3a26d2411cf1e19
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 05:54:14 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 05:55:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700c2cde

python-utils-r1.eclass: Restore old CPython version reqs

Closes: https://bugs.gentoo.org/720048
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/python-utils-r1.eclass | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index e85aefda792..4af710da363 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -378,13 +378,11 @@ _python_export() {
                                local d
                                case ${impl} in
                                        python2.7)
-                                               
PYTHON_PKG_DEP='>=dev-lang/python-2.7.17-r1:2.7';;
-                                       python3.6)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.6.10:3.6";;
-                                       python3.7)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.7.7-r1:3.7";;
-                                       python3.8)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.8.2:3.8";;
+                                               
PYTHON_PKG_DEP='>=dev-lang/python-2.7.5-r2:2.7';;
+                                       python*)
+                                               
PYTHON_PKG_DEP="dev-lang/python:${impl#python}";;
+                                       pypy)
+                                               
PYTHON_PKG_DEP='>=dev-python/pypy-7.3.0:0=';;
                                        pypy3)
                                                
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.0:0=';;
                                        *)

Reply via email to