# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 pypi DESCRIPTION="Low-level components of distutils2/packaging" HOMEPAGE="https://pypi.org/project/distlib/" SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)" LICENSE="PSF-2" SLOT="python2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" RESTRICT="mirror !test? ( test )" # pypiserver is called as external executable # openpyxl installs invalid metadata that breaks distlib BDEPEND=" app-arch/unzip test? ( dev-python/pypiserver !