1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Add PyPy 7.3.9 (#2308)

Co-authored-by: Dan Dees <dand@appsmiths.com>
This commit is contained in:
dand-oss
2022-04-01 19:26:38 +07:00
committed by GitHub
parent 58427b9a5c
commit f0f2cdd1c6
8 changed files with 380 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
VERSION='7.3.9'
PYVER='3.7'
# https://www.pypy.org/checksums.html
hash=70426163b194ee46009986eea6d9426098a3ffb552d9cdbd3dfaa64a47373f49
### 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'