[arch-commits] Commit in pypy/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun Feb 20 06:56:43 UTC 2022


    Date: Sunday, February 20, 2022 @ 06:56:43
  Author: svenstaro
Revision: 1135219

upgpkg: pypy 7.3.8-1

Modified:
  pypy/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 06:52:13 UTC (rev 1135218)
+++ PKGBUILD	2022-02-20 06:56:43 UTC (rev 1135219)
@@ -1,8 +1,8 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 # Contributor: William Giokas <1007380 at gmail.com>
 
 pkgname=pypy
-pkgver=7.3.6
+pkgver=7.3.8
 pkgrel=1
 pkgdesc="A Python implementation written in Python, JIT enabled"
 url="https://pypy.org"
@@ -14,11 +14,14 @@
 options=(!buildflags)
 license=('MIT')
 source=("https://downloads.python.org/pypy/pypy2.7-v${pkgver}-src.zip")
-sha512sums=('a6f13c0cac1e72a40d013a19550e6d870c5e4ce3b4a28ded5ab820b50cf997a130f35d277365c9e5097fed866a8172b8c06fefb71f97c1f6f77d10949421c059')
+sha512sums=('23c1ae40d2269d02b0c473874ecdbd474a2b620ccd394f4314548d0c77c355f2b0791772af397b72e16266c27dfca33dd62e3b30d1e5838a707a72aad9bb373f')
 
 build() {
   cd pypy2.7-v${pkgver}-src/pypy/goal
 
+  # For some reason, PyPy wants to use their vendored dependencies when detecting linux.
+  # Weird, we'll patch it out.
+  sed -i "s/, 'linux', 'linux2'//" targetpypystandalone.py
   pypy ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
 
   # Compile binary modules



More information about the arch-commits mailing list