diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-26 08:22:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-26 08:32:03 +0200 |
commit | c96fc9d4e86fe5e48bbc4761e809a43991e97e89 (patch) | |
tree | 75410009986bc406c27b613519cdcd66997987fc /eclass | |
parent | media-sound/spek: add 0.8.4 (diff) | |
download | gentoo-c96fc9d4e86fe5e48bbc4761e809a43991e97e89.tar.gz gentoo-c96fc9d4e86fe5e48bbc4761e809a43991e97e89.tar.bz2 gentoo-c96fc9d4e86fe5e48bbc4761e809a43991e97e89.zip |
distutils-r1.eclass: Bump minimal 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 2de70fd13ffa..f29c62c5964c 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -230,7 +230,7 @@ _distutils_set_globals() { ;; maturin) bdep+=' - >=dev-util/maturin-0.12.17[${PYTHON_USEDEP}] + >=dev-util/maturin-0.12.20[${PYTHON_USEDEP}] ' ;; no) @@ -244,12 +244,12 @@ _distutils_set_globals() { ;; pbr) bdep+=' - >=dev-python/pbr-5.8.0-r1[${PYTHON_USEDEP}] + >=dev-python/pbr-5.9.0[${PYTHON_USEDEP}] ' ;; pdm) bdep+=' - >=dev-python/pdm-pep517-1.0.0[${PYTHON_USEDEP}] + >=dev-python/pdm-pep517-1.0.2[${PYTHON_USEDEP}] ' ;; poetry) @@ -259,13 +259,13 @@ _distutils_set_globals() { ;; setuptools) bdep+=' - >=dev-python/setuptools-62.3.3[${PYTHON_USEDEP}] + >=dev-python/setuptools-62.6.0[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] ' ;; sip) bdep+=' - >=dev-python/sip-6.5.0-r1[${PYTHON_USEDEP}] + >=dev-python/sip-6.6.1[${PYTHON_USEDEP}] ' ;; standalone) |