python/pyparsing: Moved from /development and updated for version 1.5.5

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-29 23:48:35 +02:00 committed by Robby Workman
parent 1acb780776
commit b3aa4eb3f2
4 changed files with 6 additions and 12 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pyparsing
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyparsing
VERSION=1.5.2
VERSION=1.5.5
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -71,10 +69,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# disabling pyparsing for python3
sed -i "s|\"pyparsing\", \"pyparsing_py3\"|\"pyparsing\"|" \
setup.py
python setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,10 +1,10 @@
PRGNAM="pyparsing"
VERSION="1.5.2"
VERSION="1.5.5"
HOMEPAGE="http://pyparsing.wikispaces.com/"
DOWNLOAD="http://downloads.sourceforge.net/pyparsing/pyparsing-1.5.2.tar.gz"
MD5SUM="13aed3cb21a427f8aeb0fe7ca472ba42"
DOWNLOAD="http://downloads.sourceforge.net/pyparsing/pyparsing-1.5.5.tar.gz"
MD5SUM="0beba391cba3082d7914c289bffa52ce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="pprkut"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero"