mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
added stackless 3.2.5 and stackless 3.3.5
This commit is contained in:
parent
72a480f298
commit
3f1a4d0ff9
2 changed files with 10 additions and 0 deletions
5
plugins/python-build/share/python-build/stackless-3.2.5
Normal file
5
plugins/python-build/share/python-build/stackless-3.2.5
Normal file
|
@ -0,0 +1,5 @@
|
|||
require_cc
|
||||
install_package "readline-6.2" "http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz#67948acb2ca081f23359d0256e9a271c" standard --if has_broken_mac_readline
|
||||
install_package "stackless-325-export" "http://www.stackless.com/binaries/stackless-325-export.tar.bz2#39eebb5701ca0afd0f73507fbfeda7fb" ldflags_dirs standard verify_py32
|
||||
install_package "setuptools-3.5.1" "https://pypi.python.org/packages/source/s/setuptools/setuptools-3.5.1.tar.gz#d0447ca5adeeac93ef43931c395788c3" python
|
||||
install_package "pip-1.5.5" "https://pypi.python.org/packages/source/p/pip/pip-1.5.5.tar.gz#7520581ba0687dec1ce85bd15496537b" python
|
5
plugins/python-build/share/python-build/stackless-3.3.5
Normal file
5
plugins/python-build/share/python-build/stackless-3.3.5
Normal file
|
@ -0,0 +1,5 @@
|
|||
require_cc
|
||||
install_package "readline-6.2" "http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz#67948acb2ca081f23359d0256e9a271c" standard --if has_broken_mac_readline
|
||||
install_package "stackless-335-export" "http://www.stackless.com/binaries/stackless-335-export.tar.bz2#f3970d783f146ad21bfb6ae7b8cf6f01" ldflags_dirs standard verify_py33
|
||||
install_package "setuptools-3.5.1" "https://pypi.python.org/packages/source/s/setuptools/setuptools-3.5.1.tar.gz#d0447ca5adeeac93ef43931c395788c3" python
|
||||
install_package "pip-1.5.5" "https://pypi.python.org/packages/source/p/pip/pip-1.5.5.tar.gz#7520581ba0687dec1ce85bd15496537b" python
|
Loading…
Reference in a new issue