From 87add905d8b2225540a6adf3f4a037ac2a1e9ad7 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 22 Nov 2016 08:47:58 -0500 Subject: [PATCH 1/2] Remove CPython 3.6.0b3 in favor of 3.6.0b4 --- plugins/python-build/share/python-build/3.6.0b3 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 plugins/python-build/share/python-build/3.6.0b3 diff --git a/plugins/python-build/share/python-build/3.6.0b3 b/plugins/python-build/share/python-build/3.6.0b3 deleted file mode 100644 index 5f218a1dba..0000000000 --- a/plugins/python-build/share/python-build/3.6.0b3 +++ /dev/null @@ -1,8 +0,0 @@ -#require_gcc -install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl -install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline -if has_tar_xz_support; then - install_package "Python-3.6.0b3" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b3.tar.xz#b417a9024c8e5221c8b6bc154dd8e776653aed9d650f8e0d85d8ec82bf5c8fa5" ldflags_dirs standard verify_py36 ensurepip -else - install_package "Python-3.6.0b3" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b3.tgz#61aa21e9fac878b8c0c1372e42b6e131890e8ce47c73c604101e3231e7f84923" ldflags_dirs standard verify_py36 ensurepip -fi From 575337e0c729fea17d2bc96e3febb95b02af439c Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 22 Nov 2016 08:48:11 -0500 Subject: [PATCH 2/2] Add CPython 3.6.0b4 https://www.python.org/downloads/release/python-360b4/. --- plugins/python-build/share/python-build/3.6.0b4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/python-build/share/python-build/3.6.0b4 diff --git a/plugins/python-build/share/python-build/3.6.0b4 b/plugins/python-build/share/python-build/3.6.0b4 new file mode 100644 index 0000000000..1a4a2ceddf --- /dev/null +++ b/plugins/python-build/share/python-build/3.6.0b4 @@ -0,0 +1,8 @@ +#require_gcc +install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl +install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline +if has_tar_xz_support; then + install_package "Python-3.6.0b4" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b4.tar.xz#0afca41351ce9586becd398120ad2718252f93fffc134761c8fd80dc5144a979" ldflags_dirs standard verify_py36 ensurepip +else + install_package "Python-3.6.0b4" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0b4.tgz#3e19d832a677d351f580bad4f312631e5b66a9c47257accc9edc025df2c3160b" ldflags_dirs standard verify_py36 ensurepip +fi