• [gentoo-dev] [PATCH 02/11] distutils-r1.eclass: Set FLIT_ALLOW_INVALID

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Tue Mar 25 21:30:01 2025
    Set `FLIT_ALLOW_INVALID` to prevent license validation from breaking
    builds.

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

    diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
    index ef5f85349299..21a2c79c1f71 100644
    --- a/eclass/distutils-r1.eclass
    +++ b/eclass/distutils-r1.eclass
    @@ -1259,6 +1259,7 @@ distutils_pep517_install() {
    fi

    # set it globally in case we were using "standalone" wrapper
    + local -x FLIT_ALLOW_INVALID=1
    local -x HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
    local -x VALIDATE_PYPROJECT_NO_NETWORK=1
    local -x VALIDATE_PYPROJECT_NO_TROVE_CLASSIFIERS=1

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