mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-18 16:12:57 -05:00
Add 3.3.4rc1 and 3.4.0b3
This commit is contained in:
parent
589872affb
commit
87ca55100b
2 changed files with 8 additions and 0 deletions
5
plugins/python-build/share/python-build/3.3.4rc1
Normal file
5
plugins/python-build/share/python-build/3.3.4rc1
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
require_cc "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.4rc1" "http://python.org/ftp/python/3.3.4/Python-3.3.4rc1.tgz#a3e96faf06b8e1f9e02afe12303903df" ldflags_dirs standard verify_py33
|
||||||
|
install_package "setuptools-2.1" "https://pypi.python.org/packages/source/s/setuptools/setuptools-2.1.tar.gz#2044725530450d0517393882dc4b7508" python
|
||||||
|
install_package "pip-1.5.1" "https://pypi.python.org/packages/source/p/pip/pip-1.5.1.tar.gz#4678c2ae5cce4e9234c3923d7dcb32f0" python
|
3
plugins/python-build/share/python-build/3.4.0b3
Normal file
3
plugins/python-build/share/python-build/3.4.0b3
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
require_cc "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.4.0b3" "http://python.org/ftp/python/3.4.0/Python-3.4.0b3.tgz#1ea3d96a270db1c7113c560e419edc55" ldflags_dirs standard verify_py34 ensurepip
|
Loading…
Reference in a new issue