From c1f33b0679756d294a93307f242ddfff286aa9d3 Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Wed, 22 Mar 2017 22:54:35 +0200 Subject: python/pypy3: Updated for version 5.7_beta. Signed-off-by: Audrius Kažukauskas --- python/pypy3/pypy3.SlackBuild | 12 ++++++------ python/pypy3/pypy3.info | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'python/pypy3') diff --git a/python/pypy3/pypy3.SlackBuild b/python/pypy3/pypy3.SlackBuild index 0143be73d9..c0c6666082 100644 --- a/python/pypy3/pypy3.SlackBuild +++ b/python/pypy3/pypy3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pypy3 -# Copyright 2015-2016 Audrius Kažukauskas +# Copyright 2015-2017 Audrius Kažukauskas # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pypy3 -VERSION=${VERSION:-5.5_alpha} -SRCNAM=pypy3.3 +VERSION=${VERSION:-5.7_beta} +SRCNAM=pypy3.5 SRCVER=$(echo $VERSION | tr '_' '-') BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,9 +61,9 @@ set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$SRCVER-*-linux_$ARCH-portable -tar xvf $CWD/$SRCNAM-$SRCVER-*-linux_$ARCH-portable.tar.bz2 -cd $SRCNAM-$SRCVER-*-linux_$ARCH-portable +rm -rf $SRCNAM-$SRCVER-linux_$ARCH-portable +tar xvf $CWD/$SRCNAM-$SRCVER-linux_$ARCH-portable.tar.bz2 +cd $SRCNAM-$SRCVER-linux_$ARCH-portable chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/python/pypy3/pypy3.info b/python/pypy3/pypy3.info index fdce0ecd10..62eac0abf6 100644 --- a/python/pypy3/pypy3.info +++ b/python/pypy3/pypy3.info @@ -1,10 +1,10 @@ PRGNAM="pypy3" -VERSION="5.5_alpha" +VERSION="5.7_beta" HOMEPAGE="http://pypy.org/" -DOWNLOAD="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.3-5.5-alpha-20161014-linux_i686-portable.tar.bz2" -MD5SUM="51bb9b25e86868a37b76d26a4f259511" -DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.3-5.5-alpha-20161013-linux_x86_64-portable.tar.bz2" -MD5SUM_x86_64="b0f064518a5742f042b5cc067f83b9d2" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.7-beta-linux_x86_64-portable.tar.bz2" +MD5SUM_x86_64="1b8ab04ecc67b4ecd95642b12e65a2f1" REQUIRES="" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" -- cgit v1.2.3