Bladeren bron

Added python 3.3.5rc1 and 3.4.0rc2

pull/121/head
Makoto Sasaki 10 jaren geleden
bovenliggende
commit
8164af44b4
2 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. +5
    -0
      plugins/python-build/share/python-build/3.3.5rc1
  2. +3
    -0
      plugins/python-build/share/python-build/3.4.0rc2

+ 5
- 0
plugins/python-build/share/python-build/3.3.5rc1 Bestand weergeven

@ -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.5rc1" "http://python.org/ftp/python/3.3.5/Python-3.3.5rc1.tgz#f5385c4c809072b1c5b49d5faae4f9b2" ldflags_dirs standard verify_py33
install_package "setuptools-2.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-2.2.tar.gz#04a7664538957b832710653fd7d5b4e6" python
install_package "pip-1.5.4" "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#834b2904f92d46aaa333267fb1c922bb" python

+ 3
- 0
plugins/python-build/share/python-build/3.4.0rc2 Bestand weergeven

@ -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.0rc2" "http://python.org/ftp/python/3.4.0/Python-3.4.0rc2.tgz#b9dcfd6ec136711b8ac3744b95655e9e" ldflags_dirs standard verify_py34 ensurepip

Laden…
Annuleren
Opslaan