From 9d8f651ffceae25b6765eba315009883cc8772b3 Mon Sep 17 00:00:00 2001 From: hollywoodb Date: Tue, 11 May 2010 22:22:42 +0200 Subject: development/pysetuptools: Updated for version 0.6c8 --- development/pysetuptools/pysetuptools.SlackBuild | 5 +++-- development/pysetuptools/pysetuptools.info | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'development/pysetuptools') 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" -- cgit v1.2.3