From e319ef4a62189354bcb22f6d087dca2629b674e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Fri, 27 Dec 2013 21:34:32 +0700 Subject: python/pysetuptools: Updated for version 2.0.1. Signed-off-by: Willy Sudiarto Raharjo --- python/pysetuptools/pysetuptools.SlackBuild | 10 +++++----- python/pysetuptools/pysetuptools.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'python/pysetuptools') diff --git a/python/pysetuptools/pysetuptools.SlackBuild b/python/pysetuptools/pysetuptools.SlackBuild index e5162d5db0..dcd624ece2 100644 --- a/python/pysetuptools/pysetuptools.SlackBuild +++ b/python/pysetuptools/pysetuptools.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pysetuptools -VERSION=${VERSION:-0.9.8} +VERSION=${VERSION:-2.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,10 +50,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; rm -f setuptools/*.exe python setup.py install --root=$PKG diff --git a/python/pysetuptools/pysetuptools.info b/python/pysetuptools/pysetuptools.info index 217aa6f0fe..678e7fd502 100644 --- a/python/pysetuptools/pysetuptools.info +++ b/python/pysetuptools/pysetuptools.info @@ -1,8 +1,8 @@ PRGNAM="pysetuptools" -VERSION="0.9.8" +VERSION="2.0.1" HOMEPAGE="https://pypi.python.org/pypi/setuptools" -DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz" -MD5SUM="243076241781935f7fcad370195a4291" +DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-2.0.1.tar.gz" +MD5SUM="04aedc705644fda5848b7b428774e5ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3