• [gentoo-dev] [PATCH] python-utils-r1.eclass: Move python3_13t before ot

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Wed Oct 23 21:30:01 2024
    Move the python3_13t target on the list before other CPython targets.
    This means it's technically "less preferred", so e.g. *all phases
    would rather be performed with regular CPython, which should generally
    be more faster.

    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    ---
    eclass/python-utils-r1.eclass | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 1c0e63a2621f..0cb132b72e3a 100644
    --- a/eclass/python-utils-r1.eclass
    +++ b/eclass/python-utils-r1.eclass
    @@ -40,8 +40,8 @@ inherit multiprocessing toolchain-funcs
    # All supported Python implementations, most preferred last.
    _PYTHON_ALL_IMPLS=(
    pypy3
    - python3_{10..13}
    python3_13t
    + python3_{10..13}
    )
    readonly _PYTHON_ALL_IMPLS

    --
    2.47.0

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