summaryrefslogtreecommitdiffstats
path: root/source/l/pyparsing
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/pyparsing')
-rwxr-xr-xsource/l/pyparsing/pyparsing.SlackBuild6
-rw-r--r--source/l/pyparsing/pyparsing.url1
-rw-r--r--source/l/pyparsing/slack-desc2
3 files changed, 5 insertions, 4 deletions
diff --git a/source/l/pyparsing/pyparsing.SlackBuild b/source/l/pyparsing/pyparsing.SlackBuild
index 7e1f56731..841e793b5 100755
--- a/source/l/pyparsing/pyparsing.SlackBuild
+++ b/source/l/pyparsing/pyparsing.SlackBuild
@@ -28,8 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pyparsing
-VERSION=${VERSION:-$(echo pyparsing-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-$(echo pyparsing-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -54,7 +54,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find -L . \
diff --git a/source/l/pyparsing/pyparsing.url b/source/l/pyparsing/pyparsing.url
new file mode 100644
index 000000000..cdd29d560
--- /dev/null
+++ b/source/l/pyparsing/pyparsing.url
@@ -0,0 +1 @@
+http://pypi.python.org/pypi/pyparsing/
diff --git a/source/l/pyparsing/slack-desc b/source/l/pyparsing/slack-desc
index 66a2a3804..dabff074e 100644
--- a/source/l/pyparsing/slack-desc
+++ b/source/l/pyparsing/slack-desc
@@ -14,6 +14,6 @@ pyparsing: the use of regular expressions. The pyparsing module provides a
pyparsing: library of classes that client code uses to construct the grammar
pyparsing: directly in Python code.
pyparsing:
-pyparsing: Homepage: http://pyparsing.wikispaces.com/
+pyparsing: Homepage: http://pypi.python.org/pypi/pyparsing/
pyparsing:
pyparsing: