From 26970bfa606933de59a514bd789c0d679ffed0a9 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Thu, 3 Oct 2019 04:22:07 +0200 Subject: [PATCH] Setuptools: bump (#4221) --- ...{setuptools-28.8.0.recipe => setuptools-41.2.0.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename dev-python/setuptools/{setuptools-28.8.0.recipe => setuptools-41.2.0.recipe} (92%) diff --git a/dev-python/setuptools/setuptools-28.8.0.recipe b/dev-python/setuptools/setuptools-41.2.0.recipe similarity index 92% rename from dev-python/setuptools/setuptools-28.8.0.recipe rename to dev-python/setuptools/setuptools-41.2.0.recipe index e007e47e6..5fa5805bd 100644 --- a/dev-python/setuptools/setuptools-28.8.0.recipe +++ b/dev-python/setuptools/setuptools-41.2.0.recipe @@ -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