mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Add CPython 3.3.3 RC1/RC2
This commit is contained in:
parent
a28c040eb9
commit
dd44d0a713
2 changed files with 10 additions and 0 deletions
5
plugins/python-build/share/python-build/3.3.3-rc1
Normal file
5
plugins/python-build/share/python-build/3.3.3-rc1
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
require_cc --if has_broken_mac_llvm_gcc "clang"
|
||||||
|
install_package "readline-6.2" "http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz#67948acb2ca081f23359d0256e9a271c" standard --if has_broken_mac_readline
|
||||||
|
install_package "Python-3.3.3rc1" "http://python.org/ftp/python/3.3.3/Python-3.3.3rc1.tgz#f91e09aa838743f7243f8ebfa7e7368c" standard verify_py33
|
||||||
|
install_package "setuptools-1.3.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.2.tar.gz#441f2e58c0599d31597622a7b9eb605f" python
|
||||||
|
install_package "pip-1.4.1" "https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#6afbb46aeb48abac658d4df742bff714" python
|
5
plugins/python-build/share/python-build/3.3.3-rc2
Normal file
5
plugins/python-build/share/python-build/3.3.3-rc2
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
require_cc --if has_broken_mac_llvm_gcc "clang"
|
||||||
|
install_package "readline-6.2" "http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz#67948acb2ca081f23359d0256e9a271c" standard --if has_broken_mac_readline
|
||||||
|
install_package "Python-3.3.3rc2" "http://python.org/ftp/python/3.3.3/Python-3.3.3rc2.tgz#64c3f7cf6832edf86f796b66689f7184" standard verify_py33
|
||||||
|
install_package "setuptools-1.3.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.2.tar.gz#441f2e58c0599d31597622a7b9eb605f" python
|
||||||
|
install_package "pip-1.4.1" "https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#6afbb46aeb48abac658d4df742bff714" python
|
Loading…
Reference in a new issue