diff options
Diffstat (limited to 'source/l/pyparsing')
-rwxr-xr-x | source/l/pyparsing/pyparsing.SlackBuild | 6 | ||||
-rw-r--r-- | source/l/pyparsing/pyparsing.url | 1 | ||||
-rw-r--r-- | source/l/pyparsing/slack-desc | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/source/l/pyparsing/pyparsing.SlackBuild b/source/l/pyparsing/pyparsing.SlackBuild index 7e1f5673..841e793b 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 00000000..cdd29d56 --- /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 66a2a380..dabff074 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: |