mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-19 12:36:30 -05:00
7 lines
511 B
Text
7 lines
511 B
Text
VERSION='7.3.7'
|
|
PYVER='3.8'
|
|
# https://www.pypy.org/checksums.html
|
|
|
|
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 "pypy${PYVER}-v${VERSION}-src" "https://downloads.python.org/pypy/pypy${PYVER}-v${VERSION}-src.tar.bz2#21ae339f4f5016d6ca7300305f3e3b554373835cb3c39a9041fe30e6811c80c6" "pypy_builder" "verify_py${PYVER//./}" ensurepip
|