From f3e7005fb1c030f27164a64da9bcf9373c4e2d12 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 12 Jul 2016 14:38:54 +0800 Subject: [PATCH 1/2] Add CPython 3.6.0a3 --- plugins/python-build/share/python-build/3.6.0a3 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/python-build/share/python-build/3.6.0a3 diff --git a/plugins/python-build/share/python-build/3.6.0a3 b/plugins/python-build/share/python-build/3.6.0a3 new file mode 100644 index 00000000..f5dcd94f --- /dev/null +++ b/plugins/python-build/share/python-build/3.6.0a3 @@ -0,0 +1,4 @@ +#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" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline +install_package "Python-3.6.0a3" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0a3.tar.xz#2cd0611c3456a83737d99d8ffd36d4094b3d44c29dd3a4185f1146be502a8321" ldflags_dirs standard verify_py36 ensurepip From 253d79503dde669f3d04b23f154cf33b60331d48 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 12 Jul 2016 14:39:22 +0800 Subject: [PATCH 2/2] Remove CPython 3.6.0a2 in favor of 3.6.0a3 --- plugins/python-build/share/python-build/3.6.0a2 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 plugins/python-build/share/python-build/3.6.0a2 diff --git a/plugins/python-build/share/python-build/3.6.0a2 b/plugins/python-build/share/python-build/3.6.0a2 deleted file mode 100644 index cfa48165..00000000 --- a/plugins/python-build/share/python-build/3.6.0a2 +++ /dev/null @@ -1,4 +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" "http://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline -install_package "Python-3.6.0a2" "https://www.python.org/ftp/python/3.6.0/Python-3.6.0a2.tar.xz#2dd2ddf22a63ef9642a20b1f5a40983209e8d7a8ad8371a881fde520edc9ff86" ldflags_dirs standard verify_py36 ensurepip