From 143fbea3549fd30a87d8cbf2fe1b0c558b6f9bf8 Mon Sep 17 00:00:00 2001 From: Thomas Liske <thomas@fiasko-nw.net> Date: Fri, 22 Apr 2022 11:37:16 +0200 Subject: [PATCH] testing/pypy-stage0: upgrade to 7.3.9 --- testing/pypy-stage0/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testing/pypy-stage0/APKBUILD b/testing/pypy-stage0/APKBUILD index 289617583fe6..a9c818833dd6 100644 --- a/testing/pypy-stage0/APKBUILD +++ b/testing/pypy-stage0/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Thomas Liske <thomas@fiasko-nw.net> pkgname=pypy-stage0 -pkgver=7.3.5 +pkgver=7.3.9 _py2ver=2.7.18 _pycpver=2.19 pkgrel=0 @@ -16,7 +16,8 @@ makedepends=" libffi-dev linux-headers ncurses-dev - openssl1.1-compat-dev + openssl-dev + perl pkgconf readline-dev rsync @@ -85,7 +86,7 @@ build() { ../../../usr/bin/python2 ../../rpython/bin/rpython \ --opt=jit \ --shared \ - --make-jobs $JOBS + --make-jobs $JOBS \ targetpypystandalone # compile binary modules @@ -111,7 +112,7 @@ package() { } sha512sums=" -a30c666c29eec7cca7e2e52f26480958b5885cd59c6b2e3d3c0d8c1cc55c298e878fc95f88e38a4297bb3d7d1cc1f77470de958e5acfd317e1fc8bdd5d013dcb pypy2.7-v7.3.5-src.tar.bz2 +8d7513d4efe924f2456dd65a45a82dd16171f7962c81ba90f2a168c332cdad78ceffa3ed1af379c09e61082b39d5c2a8385cd77c89b698c47cc75e9df1bb4d2a pypy2.7-v7.3.9-src.tar.bz2 a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c Python-2.7.18.tar.xz 7f830e1c9066ee2d297a55e2bf6db4bf6447b6d9da0145d11a88c3bb98505755fb7986eafa6e06ae0b7680838f5e5d6a6d188245ca5ad45c2a727587bac93ab5 pycparser-2.19.tar.gz ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 py2_musl-find_library.py2patch -- GitLab