Setuptools: bump (#4221)

This commit is contained in:
miqlas
2019-10-03 04:22:07 +02:00
committed by waddlesplash
parent b4935a25bb
commit 26970bfa60

View File

@@ -4,12 +4,12 @@ to install packages remotely by connecting to the cheeseshop or even other \
websites via HTTP. It is somewhat analogous to the CPAN and PEAR tools for \
Perl and PHP, respectively."
HOMEPAGE="https://pypi.python.org/pypi/setuptools"
COPYRIGHT="2006-2014 Python Packaging Authority"
COPYRIGHT="2006-2019 Python Packaging Authority"
LICENSE="Python"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/pypa/setuptools/archive/v$portVersion.tar.gz"
SOURCE_FILENAME="setuptools-$portVersion.tar.gz"
CHECKSUM_SHA256="d3b2c63a5cb6816ace0883bc3f6aca9e7890c61d80ac0d608a183f85825a7cc0"
CHECKSUM_SHA256="105a9c7aa14be6b9924c29e8d3892c23d3be1613ef3a55eaafc5cf0fc46cbddc"
ARCHITECTURES="any"
@@ -91,7 +91,7 @@ INSTALL()
rm $binDir/easy_install
fi
packageEntries $pythonPackage \
packageEntries $pythonPackage \
$prefix/lib/python* \
$binDir
done