From 2ba32921795ac40477b6b3209abac14d61c9c243 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 29 Aug 2016 04:56:25 +0300 Subject: python/regex: Updated for version 2016.08.27. Signed-off-by: Dimitris Zlatanidis --- python/regex/README | 2 +- python/regex/regex.SlackBuild | 8 ++++---- python/regex/regex.info | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'python/regex') 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="" -- cgit v1.2.3