python/pysetuptools: Updated for version 2.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2013-12-27 21:34:32 +07:00 committed by Erik Hanson
parent b68cc21916
commit e319ef4a62
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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=""