Browse Source

Released Python 3.3.3

pull/83/head
Anthon van der Neut 11 years ago
committed by Yamashita Yuu
parent
commit
78441ce084
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      plugins/python-build/share/python-build/3.3.3

+ 5
- 0
plugins/python-build/share/python-build/3.3.3 View File

@ -0,0 +1,5 @@
require_cc --if has_broken_mac_llvm_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.3" "http://www.python.org/ftp/python/3.3.3/Python-3.3.3.tgz#831d59212568dc12c95df222865d3441" standard verify_py33
install_package "setuptools-1.3.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.2.tar.gz#441f2e58c0599d31597622a7b9eb605f" python
install_package "pip-1.4.1" "https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#6afbb46aeb48abac658d4df742bff714" python

Loading…
Cancel
Save