summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-29 04:56:25 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-03 07:48:41 +0700
commit2ba32921795ac40477b6b3209abac14d61c9c243 (patch)
tree336b1ded4895f349a10c0de394ec25efac36fec3 /python
parentdeed32282f86336585d1aa378adf2576ae1b7c28 (diff)
downloadslackbuilds-2ba32921795ac40477b6b3209abac14d61c9c243.tar.gz
python/regex: Updated for version 2016.08.27.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/regex/README2
-rw-r--r--python/regex/regex.SlackBuild8
-rw-r--r--python/regex/regex.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/python/regex/README b/python/regex/README
index fff5c09957..23587dbb8b 100644
--- a/python/regex/README
+++ b/python/regex/README
@@ -1,4 +1,4 @@
-This new regex implementation is intended eventually to replace
+This new regex implementation is intended eventually to replace
Python's current re module implementation.
For testing and comparison with the current 're' module the new
implementation is in the form of a module called 'regex'.
diff --git a/python/regex/regex.SlackBuild b/python/regex/regex.SlackBuild
index a2524a2174..e128ede5f4 100644
--- a/python/regex/regex.SlackBuild
+++ b/python/regex/regex.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=regex
-VERSION=${VERSION:-2016.07.21}
+VERSION=${VERSION:-2016.08.27}
BUILD=${BUILD:-1}
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/python/regex/regex.info b/python/regex/regex.info
index 2e9cc880bd..3af45be30f 100644
--- a/python/regex/regex.info
+++ b/python/regex/regex.info
@@ -1,8 +1,8 @@
PRGNAM="regex"
-VERSION="2016.07.21"
+VERSION="2016.08.27"
HOMEPAGE="https://bitbucket.org/mrabarnett/mrab-regex"
-DOWNLOAD="https://pypi.python.org/packages/78/d6/b6b588052370fa02d6dc95c6e081a7566b9a5736056d8c80f2196dabdea9/regex-2016.07.21.tar.gz"
-MD5SUM="8f2b0b4097eda5d3d8831602b41016c4"
+DOWNLOAD="https://pypi.python.org/packages/14/7c/bdb1ee32c3cc5f71be2fe130c1eb3165d0d389141cab61e47c610bb7e7ca/regex-2016.08.27.tar.gz"
+MD5SUM="d786fa9e8bd54d2c1274324a08c9fc90"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""