2018-02-08 08:27:18 -05:00
|
|
|
#require_gcc
|
2019-04-08 11:25:01 +09:00
|
|
|
prefer_openssl11
|
2019-04-08 19:19:40 +09:00
|
|
|
export PYTHON_BUILD_CONFIGURE_WITH_OPENSSL=1
|
2019-04-08 10:39:15 +09:00
|
|
|
install_package "openssl-1.1.0j" "https://www.openssl.org/source/openssl-1.1.0j.tar.gz#31bec6c203ce1a8e93d5994f4ed304c63ccf07676118b6634edded12ad1b3246" mac_openssl --if has_broken_mac_openssl
|
2018-02-08 08:27:18 -05:00
|
|
|
install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
|
2019-02-18 11:05:38 -05:00
|
|
|
install_git "Python-3.8-dev" "https://github.com/python/cpython" master standard verify_py38 copy_python_gdb ensurepip
|