• [gentoo-dev] [PATCH 3/4] distutils-r1.eclass: Bump min dep versions

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Sun Oct 2 18:20:01 2022
    Signed-off-by: Michał Górny <mgorny@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 8fd652ff1e13..d667b31191e2 100644
    --- a/eclass/distutils-r1.eclass
    +++ b/eclass/distutils-r1.eclass
    @@ -202,7 +202,7 @@ _distutils_set_globals() {
    fi

    bdep='
    - >=dev-python/gpep517-8[${PYTHON_USEDEP}]
    + >=dev-python/gpep517-9[${PYTHON_USEDEP}]
    '
    case ${DISTUTILS_USE_PEP517} in
    flit)
    @@ -212,22 +212,22 @@ _distutils_set_globals() {
    ;;
    flit_scm)
    bdep+='
    - dev-python/flit_scm[${PYTHON_USEDEP}]
    + >=dev-python/flit_scm-1.7.0[${PYTHON_USEDEP}]
    '
    ;;
    hatchling)
    bdep+='
    - >=dev-python/hatchling-1.3.1[${PYTHON_USEDEP}]
    + >=dev-python/hatchling-1.8.1[${PYTHON_USEDEP}]
    '
    ;;
    jupyter)
    bdep+='
    - >=dev-python/jupyter_packaging-0.12.0-r1[${PYTHON_USEDEP}]
    + >=dev-python/jupyter_packaging-0.12.3[${PYTHON_USEDEP}]
  • From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Sat May 27 10:50:02 2023
    From: Arthur Zamarin <arthurzam@gentoo.org>

    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    ---
    eclass/distutils-r1.eclass | 18 +++++++++---------
    1 file changed, 9 insertions(+), 9 deletions(-)

    diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
    index bea3cea56c99..0ccd59fb6c78 100644
    --- a/eclass/distutils-r1.eclass
    +++ b/eclass/distutils-r1.eclass
    @@ -220,7 +220,7 @@ _distutils_set_globals() {
    ;;
    hatchling)
    bdep+='
    - >=dev-python/hatchling-1.12.2[${PYTHON_USEDEP}]
    + >=dev-python/hatchling-1.17.0[${PYTHON_USEDEP}]
    '
    ;;
    jupyter)
    @@ -230,7 +230,7 @@ _distutils_set_globals() {
    ;;
    maturin)
    bdep+='
    - >=dev-util/maturin-0.14.10[${PYTHON_USEDEP}]
    + >=dev-util/maturin-0.14.17[${PYTHON_USEDEP}]
    '
    ;;
    no)
    @@ -239,7 +239,7 @@ _distutils_set_globals() {
    ;;
    meson-python)
    bdep+='
    - >=dev-python/meson-python-0.12.0[${PYTHON_USEDEP}]
    + >=dev-python/meson-python-0.12.1[${PYTHON_USEDEP}]
    '
    ;;
    pbr)
    @@ -249,23 +249,23 @@ _distutils_set_globals() {
    ;;