commit:     d9ad0548cf82162c3f09bb461122c4efa8bc4969
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 06:16:30 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 15:06:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ad0548

distutils-r1.eclass: Bump minimum dep versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/distutils-r1.eclass | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 7a7b762ef059..9251fd3e2220 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -212,7 +212,7 @@ _distutils_set_globals() {
                case ${DISTUTILS_USE_PEP517} in
                        flit)
                                bdep+='
-                                       
>=dev-python/flit-core-3.8.0[${PYTHON_USEDEP}]
+                                       
>=dev-python/flit-core-3.9.0[${PYTHON_USEDEP}]
                                '
                                ;;
                        flit_scm)
@@ -256,12 +256,12 @@ _distutils_set_globals() {
                                ;;
                        pdm-backend)
                                bdep+='
-                                       
>=dev-python/pdm-backend-2.0.7[${PYTHON_USEDEP}]
+                                       
>=dev-python/pdm-backend-2.1.0[${PYTHON_USEDEP}]
                                '
                                ;;
                        poetry)
                                bdep+='
-                                       
>=dev-python/poetry-core-1.5.2[${PYTHON_USEDEP}]
+                                       
>=dev-python/poetry-core-1.6.1[${PYTHON_USEDEP}]
                                '
                                ;;
                        setuptools)
@@ -272,7 +272,7 @@ _distutils_set_globals() {
                                ;;
                        sip)
                                bdep+='
-                                       >=dev-python/sip-6.7.8[${PYTHON_USEDEP}]
+                                       >=dev-python/sip-6.7.9[${PYTHON_USEDEP}]
                                '
                                ;;
                        standalone)
@@ -287,7 +287,7 @@ _distutils_set_globals() {
                        eqawarn "is enabled."
                fi
        else
-               local 
setuptools_dep='>=dev-python/setuptools-65.7.0[${PYTHON_USEDEP}]'
+               local 
setuptools_dep='>=dev-python/setuptools-67.7.2[${PYTHON_USEDEP}]'
 
                case ${DISTUTILS_USE_SETUPTOOLS:-bdepend} in
                        no|manual)

Reply via email to