commit:     5f2ae4fcdaa38b2fa72e7a3788ccc7d6efd133c7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 05:49:06 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 10:16:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2ae4fc

python-utils.eclass: Bump minimal Python versions

Bump minimal Python versions after the last security stabilizations,
plus PyPy3 sysconfig bugfix.

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 df955371483e..d7b3df6105ab 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -445,17 +445,15 @@ _python_export() {
                                local d
                                case ${impl} in
                                        python3.8)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.8.15_p3:3.8";;
+                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.8.16:3.8";;
                                        python3.9)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.9.15_p3:3.9";;
+                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.9.16:3.9";;
                                        python3.10)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.10.8_p3:3.10";;
+                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.10.9:3.10";;
                                        python3.11)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.11.0_p2:3.11";;
-                                       python*)
-                                               
PYTHON_PKG_DEP="dev-lang/python:${impl#python}";;
+                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.11.1:3.11";;
                                        pypy3)
-                                               
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.9_p9:0=';;
+                                               
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.10-r1:0=';;
                                        *)
                                                die "Invalid implementation: 
${impl}"
                                esac

Reply via email to