summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-31 12:39:04 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-07 15:25:06 +0100
commitb26a7dd01a123c220a3c2975f1cbc8f1430c6b39 (patch)
tree1abe94c573a3bc38d210a65bf7449e06fc62b4f5 /eclass
parentpython-utils-r1.eclass: Bump minimal Python versions (diff)
downloadgentoo-b26a7dd01a123c220a3c2975f1cbc8f1430c6b39.tar.gz
gentoo-b26a7dd01a123c220a3c2975f1cbc8f1430c6b39.tar.bz2
gentoo-b26a7dd01a123c220a3c2975f1cbc8f1430c6b39.zip
distutils-r1.eclass: Bump minimal build system versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/distutils-r1.eclass20
1 files 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)