• [gentoo-dev] [PATCH 2/8] distutils-r1.eclass: Bump minimum setuptools v

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Wed Apr 9 18:00:01 2025
    Bump minimum setuptools version, as >=77 introduced a deprecation
    warning, with a suggested solution that only works with >=77, so now
    a growing number of packages require that version.

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

    diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
    index 96ac77d04dad..020fe57a4378 100644
    --- a/eclass/distutils-r1.eclass
    +++ b/eclass/distutils-r1.eclass
    @@ -322,7 +322,7 @@ _distutils_set_globals() {
    ;;
    setuptools)
    bdep+='
    - >=dev-python/setuptools-75.8.2[${PYTHON_USEDEP}]
    + >=dev-python/setuptools-78.1.0[${PYTHON_USEDEP}]
    '
    ;;
    sip)
    @@ -347,7 +347,7 @@ _distutils_set_globals() {
    eqawarn "is enabled."
    fi
    else
    - local setuptools_dep='>=dev-python/setuptools-75.8.2[${PYTHON_USEDEP}]'
    + local setuptools_dep='>=dev-python/setuptools-78.1.0[${PYTHON_USEDEP}]'

    case ${DISTUTILS_USE_SETUPTOOLS:-bdepend} in
    no|manual)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)