6 lines
564 B
Plaintext
6 lines
564 B
Plaintext
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_hg "Python-2.6-dev" "https://bitbucket.org/mirror/cpython" "2.6" standard verify_py26
|
|
install_package "setuptools-2.1.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-2.1.2.tar.gz#3fb7b3abb02d1d1eb9dc45e1c53e1539" python
|
|
install_package "pip-1.5.2" "https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz#5da30919f732d68b1c666e484e7676f5" python
|