summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2017-04-23 01:01:09 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-29 12:51:22 +0700
commit2579325669547c2abfc9383bf029fb70c0da11e6 (patch)
tree5c741386837b686cfc816888e82e286d14c2db98 /libraries
parentc0e78002e1968b2519dd8837a267a9ef361fc690 (diff)
downloadslackbuilds-2579325669547c2abfc9383bf029fb70c0da11e6.tar.gz
slackbuilds-2579325669547c2abfc9383bf029fb70c0da11e6.tar.xz
libraries/pyPEG2: Update HOMEPAGE, download URL and SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/pyPEG2/README7
-rw-r--r--libraries/pyPEG2/pyPEG2.SlackBuild10
-rw-r--r--libraries/pyPEG2/pyPEG2.info4
-rw-r--r--libraries/pyPEG2/slack-desc4
4 files changed, 13 insertions, 12 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README
index b7e13eb262..47811fd207 100644
--- a/libraries/pyPEG2/README
+++ b/libraries/pyPEG2/README
@@ -1,5 +1,6 @@
pyPEG2 (plain and simple intrinsic parser interpreter for Python)
-pyPEG2 is a plain and simple intrinsic parser interpreter framework for
-Python version 2.7 and 3.x. It is based on Parsing Expression Grammar
-(PEG). With pyPEG you can parse many formal languages in a very easy way.
+pyPEG2 is a plain and simple intrinsic parser interpreter framework
+for Python version 2.7 and 3.x. It is based on Parsing Expression
+Grammar (PEG). With pyPEG you can parse many formal languages
+in a very easy way.
diff --git a/libraries/pyPEG2/pyPEG2.SlackBuild b/libraries/pyPEG2/pyPEG2.SlackBuild
index ee53c6d5c1..1b9ed36ae6 100644
--- a/libraries/pyPEG2/pyPEG2.SlackBuild
+++ b/libraries/pyPEG2/pyPEG2.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for pyPEG2.
#
-# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,12 +24,12 @@
PRGNAM=pyPEG2
VERSION=${VERSION:-2.15.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/libraries/pyPEG2/pyPEG2.info b/libraries/pyPEG2/pyPEG2.info
index 78d2ad65bb..f1a6d2f60e 100644
--- a/libraries/pyPEG2/pyPEG2.info
+++ b/libraries/pyPEG2/pyPEG2.info
@@ -1,7 +1,7 @@
PRGNAM="pyPEG2"
VERSION="2.15.2"
-HOMEPAGE="http://fdik.org/pyPEG/"
-DOWNLOAD="http://fdik.org/pyPEG2/pyPEG2.tar.gz"
+HOMEPAGE="https://fdik.org/pyPEG/"
+DOWNLOAD="https://fdik.org/pyPEG2/pyPEG2.tar.gz"
MD5SUM="2ff44bc843c61ccd3951ef66a9e4a2b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
diff --git a/libraries/pyPEG2/slack-desc b/libraries/pyPEG2/slack-desc
index 38284ed302..3215957b83 100644
--- a/libraries/pyPEG2/slack-desc
+++ b/libraries/pyPEG2/slack-desc
@@ -8,10 +8,10 @@
|-----handy-ruler------------------------------------------------------|
pyPEG2: pyPEG2 (plain and simple intrinsic parser interpreter for Python)
pyPEG2:
-pyPEG2: pyPEG2 is a plain and simple intrinsic parser interpreter framework
+pyPEG2: pyPEG2 is a plain and simple intrinsic parser interpreter framework
pyPEG2: for Python version 2.7 and 3.x.
pyPEG2:
-pyPEG2: Home page: http://fdik.org/pyPEG/
+pyPEG2: Home page: https://fdik.org/pyPEG/
pyPEG2:
pyPEG2:
pyPEG2: