• [gentoo-dev] [PATCH 13/18] dev-python/installer: Use DISTUTILS_USE_PEP5

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Sat Jun 4 11:10:01 2022
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    ---
    .../installer/installer-0.5.1-r1.ebuild | 37 +++++++++++++++++++
    1 file changed, 37 insertions(+)
    create mode 100644 dev-python/installer/installer-0.5.1-r1.ebuild

    diff --git a/dev-python/installer/installer-0.5.1-r1.ebuild b/dev-python/installer/installer-0.5.1-r1.ebuild
    new file mode 100644
    index 000000000000..4f89e7433018
    --- /dev/null
    +++ b/dev-python/installer/installer-0.5.1-r1.ebuild
    @@ -0,0 +1,37 @@
    +# Copyright 2022 Gentoo Authors
    +# Distributed under the terms of the GNU General Public License v2
    +
    +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
    +EAPI=7
    +
    +DISTUTILS_USE_PEP517=no
    +PYTHON_COMPAT=( python3_{8..11} pypy3 )
    +
    +inherit distutils-r1
    +
    +DESCRIPTION="A library for installing Python wheels"
    +HOMEPAGE="
    + https://pypi.org/project/installer/
    + https://github.com/pypa/installer/
    + https://installer.readthedocs.io/en/latest/
    +"
    +SRC_URI="
    + https://github.com/pypa/installer/archive/${PV}.tar.gz
    + -> ${P}.gh.tar.gz
    + https://files.pythonh