summaryrefslogtreecommitdiffstats
path: root/development/pysetuptools
diff options
context:
space:
mode:
author hollywoodb2010-05-11 22:22:42 +0200
committer David Somero2010-05-11 22:22:42 +0200
commit9d8f651ffceae25b6765eba315009883cc8772b3 (patch)
tree37da8a85438e21f2116453150d398d1b59c7f3ba /development/pysetuptools
parent3c6bc3d785bf6f9c34ecd1c4081feae6501fd939 (diff)
downloadslackbuilds-9d8f651ffceae25b6765eba315009883cc8772b3.tar.gz
development/pysetuptools: Updated for version 0.6c8
Diffstat (limited to 'development/pysetuptools')
-rw-r--r--development/pysetuptools/pysetuptools.SlackBuild5
-rw-r--r--development/pysetuptools/pysetuptools.info8
2 files changed, 7 insertions, 6 deletions
diff --git a/development/pysetuptools/pysetuptools.SlackBuild b/development/pysetuptools/pysetuptools.SlackBuild
index 171e2b875b..c4350bc761 100644
--- a/development/pysetuptools/pysetuptools.SlackBuild
+++ b/development/pysetuptools/pysetuptools.SlackBuild
@@ -11,10 +11,11 @@
NAME=setuptools
PKG_NAME=pysetuptools
-VERSION=0.6c6
+VERSION=0.6c8
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=${PKG:-$TMP/package-$NAME}
@@ -30,7 +31,7 @@ chown -R root:root .
chmod -R u+w,go+r-w,a-s .
python setup.py bdist || exit 1
-tar zxvf dist/$NAME-$VERSION.linux-i686.tar.gz -C $PKG || exit 1
+tar xvf dist/$NAME-$VERSION.linux-i686.tar.gz -C $PKG || exit 1
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
diff --git a/development/pysetuptools/pysetuptools.info b/development/pysetuptools/pysetuptools.info
index 339c096121..5f083ec88d 100644
--- a/development/pysetuptools/pysetuptools.info
+++ b/development/pysetuptools/pysetuptools.info
@@ -1,8 +1,8 @@
PRGNAM="pysetuptools"
-VERSION="0.6c6"
+VERSION="0.6c8"
HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools"
-DOWNLOAD="http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-0.6c6.tar.gz"
-MD5SUM="76cb98b779d356c64323125490f88d17"
+DOWNLOAD="http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c8.tar.gz"
+MD5SUM="0e9bbe1466f3ee29588cc09d3211a010"
MAINTAINER="hollywoodb"
EMAIL="hollywoodb@fastmail.fm"
-APPROVED="rworkman"
+APPROVED="David Somero"