diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest index 35deedf..d9fbf74 100644 --- a/dev-python/setuptools/Manifest +++ b/dev-python/setuptools/Manifest @@ -1 +1,2 @@ +DIST setuptools-80.10.2.tar.gz 1200343 BLAKE2B 575eacccf3f9f846658d55d55425263d8847419644e62506b9e953c5a5db541dc6b3d8c4fcf096ec1e46406ecad545569111dc265aa8474ba17ebe57a10b382d SHA512 7dbc657878b418a9bdba124e5b8f98228af0590ffbb02c6396ac5b3d84be8f04b327780a7b1f9fa223d4c179004e822e2b00eec673f8eeb700b08b095ff6491d DIST setuptools-80.9.0.tar.gz 1319958 BLAKE2B ab367912eec92b0d1251916d09c1dd2e311767eec87225beaff870dff923b47ba1732d2f7393b7d9e55d1ff1249c612e4403019e0021048951f9fc3b775c04c9 SHA512 36eb1f219d29c6b9e135936bde2001ad70a971c8069cd0175d3a5325b450e6843a903d3f70043c9f534768ebeab8ab0c544b8f44456555d333f1ed72daa5c18b diff --git a/dev-python/setuptools/setuptools-80.10.2.ebuild b/dev-python/setuptools/setuptools-80.10.2.ebuild new file mode 100644 index 0000000..de86809 --- /dev/null +++ b/dev-python/setuptools/setuptools-80.10.2.ebuild @@ -0,0 +1,28 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 +PYTHON_COMPAT=( python3+ ) +DISTUTILS_USE_SETUPTOOLS="no" +inherit distutils-r1 + +DESCRIPTION="Easily download, build, install, upgrade, and uninstall Python packages" +HOMEPAGE="https://github.com/pypa/setuptools" +SRC_URI="https://files.pythonhosted.org/packages/76/95/faf61eb8363f26aa7e1d762267a8d602a1b26d4f3a1e758e92cb3cb8b054/setuptools-80.10.2.tar.gz -> setuptools-80.10.2.tar.gz" +SLOT="0" +KEYWORDS="*" +DEPEND="app-arch/unzip + +" +PDEPEND=" + >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] +" +S="${WORKDIR}/setuptools-80.10.2" +SETUPTOOLS_USE_DISTUTILS=stdlib +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} + + +# vim: filetype=ebuild