From f0f2e626f4f74dfe6d579f7ce8290b50dfed0cd8 Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Wed, 17 Feb 2021 11:11:41 -0500 Subject: [PATCH] Add CPython v3.6.13. (#1817) --- plugins/python-build/share/python-build/3.6.13 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/python-build/share/python-build/3.6.13 diff --git a/plugins/python-build/share/python-build/3.6.13 b/plugins/python-build/share/python-build/3.6.13 new file mode 100644 index 00000000..6da4952f --- /dev/null +++ b/plugins/python-build/share/python-build/3.6.13 @@ -0,0 +1,9 @@ +#require_gcc +prefer_openssl11 +install_package "openssl-1.1.0j" "https://www.openssl.org/source/old/1.1.0/openssl-1.1.0j.tar.gz#31bec6c203ce1a8e93d5994f4ed304c63ccf07676118b6634edded12ad1b3246" mac_openssl --if has_broken_mac_openssl +install_package "readline-8.0" "https://ftpmirror.gnu.org/readline/readline-8.0.tar.gz#e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461" mac_readline --if has_broken_mac_readline +if has_tar_xz_support; then + install_package "Python-3.6.13" "https://www.python.org/ftp/python/3.6.13/Python-3.6.13.tar.xz#a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f" ldflags_dirs standard verify_py37 copy_python_gdb ensurepip +else + install_package "Python-3.6.13" "https://www.python.org/ftp/python/3.6.13/Python-3.6.13.tgz#614950d3d54f6e78dac651b49c64cfe2ceefea5af3aff3371a9e4b27a53b2669" ldflags_dirs standard verify_py37 copy_python_gdb ensurepip +fi