
N.B.: 7.3.17 frops Python 3.9 support as well as s390x platform releases. See: https://pypy.org/posts/2024/08/pypy-v7317-release.html
15 lines
608 B
Plaintext
15 lines
608 B
Plaintext
VERSION='7.3.17'
|
|
PYVER='2.7'
|
|
|
|
# https://www.pypy.org/checksums.html
|
|
hash=50e06840f4bbde91448080a4118068a89b8fbcae25ff8da1e2bb1402dc9a0346
|
|
|
|
### end of manual settings - following lines same for every download
|
|
|
|
ver="pypy${PYVER}-v${VERSION}-src"
|
|
url="https://downloads.python.org/pypy/${ver}.tar.bz2"
|
|
|
|
prefer_openssl11
|
|
install_package "openssl-1.1.1f" "https://www.openssl.org/source/openssl-1.1.1f.tar.gz#186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35" mac_openssl --if has_broken_mac_openssl
|
|
install_package "${ver}" "${url}#${hash}" 'pypy_builder' "verify_py${PYVER//./}" 'ensurepip_lt21'
|