commit: b26a7dd01a123c220a3c2975f1cbc8f1430c6b39
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 11:39:04 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 14:25:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26a7dd0
distutils-r1.eclass: Bump minimal build system versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/distutils-r1.eclass | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 34f54da85ac3..6adbb599fb77 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -195,7 +195,7 @@ _distutils_set_globals() {
fi
bdep='
- >=dev-python/gpep517-9[${PYTHON_USEDEP}]
+ >=dev-python/gpep517-13[${PYTHON_USEDEP}]
'
case ${DISTUTILS_USE_PEP517} in
flit)
@@ -210,7 +210,7 @@ _distutils_set_globals() {
;;
hatchling)
bdep+='
-
>=dev-python/hatchling-1.11.1[${PYTHON_USEDEP}]
+
>=dev-python/hatchling-1.12.2[${PYTHON_USEDEP}]
'
;;
jupyter)
@@ -220,7 +220,7 @@ _distutils_set_globals() {
;;
maturin)
bdep+='
-
>=dev-util/maturin-0.13.7[${PYTHON_USEDEP}]
+
>=dev-util/maturin-0.14.10[${PYTHON_USEDEP}]
'
;;
no)
@@ -229,33 +229,33 @@ _distutils_set_globals() {
;;
meson-python)
bdep+='
-
>=dev-python/meson-python-0.11.0[${PYTHON_USEDEP}]
+
>=dev-python/meson-python-0.12.0[${PYTHON_USEDEP}]
'
;;
pbr)
bdep+='
-
>=dev-python/pbr-5.11.0[${PYTHON_USEDEP}]
+
>=dev-python/pbr-5.11.1[${PYTHON_USEDEP}]
'
;;
pdm)
bdep+='
-
>=dev-python/pdm-pep517-1.0.5[${PYTHON_USEDEP}]
+
>=dev-python/pdm-pep517-1.0.6[${PYTHON_USEDEP}]
'
;;
poetry)
bdep+='
-
>=dev-python/poetry-core-1.3.2[${PYTHON_USEDEP}]
+
>=dev-python/poetry-core-1.4.0[${PYTHON_USEDEP}]
'
;;
setuptools)
bdep+='
-
>=dev-python/setuptools-65.5.1[${PYTHON_USEDEP}]
+
>=dev-python/setuptools-65.7.0[${PYTHON_USEDEP}]
>=dev-python/wheel-0.38.4[${PYTHON_USEDEP}]
'
;;
sip)
bdep+='
- >=dev-python/sip-6.7.5[${PYTHON_USEDEP}]
+
>=dev-python/sip-6.7.5-r1[${PYTHON_USEDEP}]
'
;;
standalone)
@@ -270,7 +270,7 @@ _distutils_set_globals() {
eqawarn "is enabled."
fi
else
- local
setuptools_dep='>=dev-python/setuptools-65.5.1[${PYTHON_USEDEP}]'
+ local
setuptools_dep='>=dev-python/setuptools-65.7.0[${PYTHON_USEDEP}]'
case ${DISTUTILS_USE_SETUPTOOLS:-bdepend} in
no|manual)