summaryrefslogtreecommitdiff
path: root/python/pysetuptools/pysetuptools.SlackBuild
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2013-12-27 21:34:32 +0700
committerErik Hanson <erik@slackbuilds.org>2014-01-07 11:13:57 -0600
commite319ef4a62189354bcb22f6d087dca2629b674e4 (patch)
tree11a80ec01fa10ffba5c8021bc6c5da643903efa3 /python/pysetuptools/pysetuptools.SlackBuild
parentb68cc21916f0e69f5f6b9affaf2569e30d2320f7 (diff)
downloadslackbuilds-e319ef4a62189354bcb22f6d087dca2629b674e4.tar.gz
python/pysetuptools: Updated for version 2.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pysetuptools/pysetuptools.SlackBuild')
-rw-r--r--python/pysetuptools/pysetuptools.SlackBuild10
1 files changed, 5 insertions, 5 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