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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jun 13 02:01:25 UTC 2021


    Date: Sunday, June 13, 2021 @ 02:01:24
  Author: svenstaro
Revision: 963238

upgpkg: pypy3 7.3.5-1

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-13 01:02:04 UTC (rev 963237)
+++ PKGBUILD	2021-06-13 02:01:24 UTC (rev 963238)
@@ -7,7 +7,7 @@
 url="https://pypy.org"
 arch=('x86_64')
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'ncurses')
-makedepends=('python2' 'sqlite' 'tk' 'python2-pycparser')
+makedepends=('pypy' 'sqlite' 'tk')
 optdepends=('sqlite: sqlite module'
             'tk: tk module')
 options=(!buildflags)
@@ -18,7 +18,7 @@
 build() {
   cd pypy3.7-v${pkgver}-src/pypy/goal
 
-  python2 ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
+  pypy ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
 
   # Compile binary modules
   PYTHONPATH=../.. ./pypy3-c ../../lib_pypy/pypy_tools/build_cffi_imports.py
@@ -28,7 +28,7 @@
   cd pypy3.7-v${pkgver}-src
 
   # Prepare installation
-  python2 pypy/tool/release/package.py --archive-name pypy --targetdir .
+  pypy pypy/tool/release/package.py --archive-name pypy --targetdir .
   mkdir unpacked
   tar xf pypy.tar.bz2 -C unpacked
 



More information about the arch-commits mailing list