diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-23 08:16:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-02 17:06:28 +0200 |
commit | d9ad0548cf82162c3f09bb461122c4efa8bc4969 (patch) | |
tree | c47e89446827a706b7927275484a9eed18b65fae /eclass | |
parent | python-utils-r1.eclass: Bump minimum dev-lang/python versions (diff) | |
download | gentoo-d9ad0548cf82162c3f09bb461122c4efa8bc4969.tar.gz gentoo-d9ad0548cf82162c3f09bb461122c4efa8bc4969.tar.bz2 gentoo-d9ad0548cf82162c3f09bb461122c4efa8bc4969.zip |
distutils-r1.eclass: Bump minimum dep versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 10 |
1 files 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) |