6 lines
583 B
Plaintext
6 lines
583 B
Plaintext
require_cc --if has_broken_mac_gcc_llvm "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-3.3-dev" "https://bitbucket.org/mirror/cpython" "3.3" standard verify_py33
|
|
install_package "setuptools-0.8" "https://pypi.python.org/packages/source/s/setuptools/setuptools-0.8.tar.gz#ab5f2bbc67f0dbdfeb3075f14d0b029c" python
|
|
install_package "pip-1.3.1" "https://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz#cbb27a191cebc58997c4da8513863153" python
|