diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-12-27 21:34:32 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:57 -0600 |
commit | e319ef4a62189354bcb22f6d087dca2629b674e4 (patch) | |
tree | 11a80ec01fa10ffba5c8021bc6c5da643903efa3 | |
parent | b68cc21916f0e69f5f6b9affaf2569e30d2320f7 (diff) | |
download | slackbuilds-e319ef4a62189354bcb22f6d087dca2629b674e4.tar.gz |
python/pysetuptools: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pysetuptools/pysetuptools.SlackBuild | 10 | ||||
-rw-r--r-- | python/pysetuptools/pysetuptools.info | 6 |
2 files changed, 8 insertions, 8 deletions
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="" |