-
Since Arch Linux removed Python 2 from its official repository, we need to use AUR scripts. Build [
python2
] from AUR. Note that there's one failed test (test_gdbm
), but it should be fine with--nocheck
. -
Build [
python2-cffi
], [python2-setuptools
], [python2-pycparser
], [python2-ply
] from AUR. -
Use
pypy-bootstrap-riscv64.patch
below to build first version ofpypy
on riscv64 with something like:$ pwd .../archriscv/pypy/repos/community-x86_64
$ extra-riscv64-build -- -d "/tmp/pkgcache:/var/cache/pacman/pkg/" \