Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPython 3.6.0b4 and remove 3.6.0b3 #762

Merged
merged 2 commits into from
Nov 22, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add CPython 3.6.0b4
  • Loading branch information
zmwangx committed Nov 22, 2016
commit 575337e0c729fea17d2bc96e3febb95b02af439c
8 changes: 8 additions & 0 deletions plugins/python-build/share/python-build/3.6.0b4
Original file line number Diff line number Diff line change
@@ -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