diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest index 35deedf..c0c0811 100644 --- a/dev-python/setuptools/Manifest +++ b/dev-python/setuptools/Manifest @@ -1 +1,2 @@ +DIST setuptools-80.10.1.tar.gz 1229650 BLAKE2B 4024eb8292d3e3a603984aaf0c8ed9ae6d6dfcafa60a3ee73fde9398956c101fa7b4f4588eb2fa09b1932e2c5f9f2e4512347b75d32e3db84eab5b65729149c7 SHA512 ce0f37be10d873d320aa18573d7b6ec51e2ecb0fef07d672bc295fbef909ed8be496331c925181169f57fb8cee7109f4fbef292151ca0a491da169b85220eaf1 DIST setuptools-80.9.0.tar.gz 1319958 BLAKE2B ab367912eec92b0d1251916d09c1dd2e311767eec87225beaff870dff923b47ba1732d2f7393b7d9e55d1ff1249c612e4403019e0021048951f9fc3b775c04c9 SHA512 36eb1f219d29c6b9e135936bde2001ad70a971c8069cd0175d3a5325b450e6843a903d3f70043c9f534768ebeab8ab0c544b8f44456555d333f1ed72daa5c18b diff --git a/dev-python/setuptools/setuptools-80.10.1.ebuild b/dev-python/setuptools/setuptools-80.10.1.ebuild new file mode 100644 index 0000000..86983b7 --- /dev/null +++ b/dev-python/setuptools/setuptools-80.10.1.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/86/ff/f75651350db3cf2ef767371307eb163f3cc1ac03e16fdf3ac347607f7edb/setuptools-80.10.1.tar.gz -> setuptools-80.10.1.tar.gz" +SLOT="0" +KEYWORDS="*" +DEPEND="app-arch/unzip + +" +PDEPEND=" + >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] +" +S="${WORKDIR}/setuptools-80.10.1" +SETUPTOOLS_USE_DISTUTILS=stdlib +python_install() { + export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1 + distutils-r1_python_install +} + + +# vim: filetype=ebuild