diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2016-12-29 18:35:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:41 +0700 |
commit | c08e0e0bf549971d72cd1ae435f9e1a6c8eb7087 (patch) | |
tree | aea7d493e55aad0ef248d700f7327913390a0fdc | |
parent | 090be3a38670540c9dab6368d3929b2b2b88743b (diff) | |
download | slackbuilds-c08e0e0bf549971d72cd1ae435f9e1a6c8eb7087.tar.gz |
python/pypy: Updated for version 5.6.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-rw-r--r-- | python/pypy/pypy.SlackBuild | 8 | ||||
-rw-r--r-- | python/pypy/pypy.info | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/python/pypy/pypy.SlackBuild b/python/pypy/pypy.SlackBuild index 09a1590d82..c7ef853b59 100644 --- a/python/pypy/pypy.SlackBuild +++ b/python/pypy/pypy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pypy -# Copyright 2012-2015 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pypy -VERSION=${VERSION:-2.6.1} +VERSION=${VERSION:-5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -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/pypy/pypy.info b/python/pypy/pypy.info index 5faa490b16..a221106924 100644 --- a/python/pypy/pypy.info +++ b/python/pypy/pypy.info @@ -1,10 +1,10 @@ PRGNAM="pypy" -VERSION="2.6.1" +VERSION="5.6" HOMEPAGE="http://pypy.org/" -DOWNLOAD="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2" -MD5SUM="d58ebc8eeb4506e8512c3f3ebaadf7f5" -DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2" -MD5SUM_x86_64="5716cc4ac31b7fb32cf271c6400cf8a5" +DOWNLOAD="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.6-linux_i686-portable.tar.bz2" +MD5SUM="2296f9c14d495c69712a576ce7a86001" +DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.6-linux_x86_64-portable.tar.bz2" +MD5SUM_x86_64="b8cb7ecdc28f922c76bf48cc581b5ad4" REQUIRES="" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |