• [gentoo-dev] [PATCH 2/4] distutils-r1.eclass: Update the desc for PEP51

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Wed Feb 23 00:40:01 2022
    Do not call PEP517 mode "experimental" anymore, and instead describe
    the potential problem with it.

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

    diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
    index f0059d2756bf..28e44cd790ef 100644
    --- a/eclass/distutils-r1.eclass
    +++ b/eclass/distutils-r1.eclass
    @@ -82,11 +82,15 @@ esac
    # @PRE_INHERIT
    # @DEFAULT_UNSET
    # @DESCRIPTION:
    -# Enable experimental PEP 517 mode for the specified build system.
    -# In this mode, the complete build and install is done
    -# in python_compile(), venv-style install tree is provided
    -# to python_test() and python_install() just merges the temporary
    -# install tree into real fs.
    +# Enable the PEP 517 mode for the specified build system. In this mode,
    +# the complete build and install is done in python_compile(), venv-style
    +# install tree is provided to python_test() and python_install() just
    +# merges the temporary install tree into real fs.
    +#
    +# This mode is recommended for Python packages. However, some packages
    +# using custom hacks