# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # Set to 'manual' to avoid triggering install QA check DISTUTILS_USE_SETUPTOOLS=manual PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 pypi DESCRIPTION="Collection of extensions to Distutils" HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools/" SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)" LICENSE="MIT" SLOT="python2" KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" RESTRICT="mirror test" BDEPEND=" app-arch/unzip " # installing plugins apparently breaks stuff at runtime, so let's pull # it early PDEPEND=" >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] " RDEPEND=" !