2021-06-29 06:45:48 -04:00
|
|
|
#require_gcc
|
|
|
|
prefer_openssl11
|
|
|
|
export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
|
|
|
|
install_package "openssl-1.1.1k" "https://www.openssl.org/source/openssl-1.1.1k.tar.gz#892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5" mac_openssl --if has_broken_mac_openssl
|
|
|
|
install_package "readline-8.1" "https://ftpmirror.gnu.org/readline/readline-8.1.tar.gz#f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02" mac_readline --if has_broken_mac_readline
|
|
|
|
if has_tar_xz_support; then
|
2021-09-09 08:53:00 -04:00
|
|
|
install_package "Python-3.9.6" "https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz#397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a" arm64_apple_disable_homebrew_coreutils standard verify_py39 copy_python_gdb ensurepip
|
2021-06-29 06:45:48 -04:00
|
|
|
else
|
2021-09-09 08:53:00 -04:00
|
|
|
install_package "Python-3.9.6" "https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tgz#d0a35182e19e416fc8eae25a3dcd4d02d4997333e4ad1f2eee6010aadc3fe866" arm64_apple_disable_homebrew_coreutils standard verify_py39 copy_python_gdb ensurepip
|
2021-06-29 06:45:48 -04:00
|
|
|
fi
|