From 74a3c55623e1885da1e69f81844a619e052b9410 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Tue, 10 Sep 2013 19:52:30 +0900 Subject: [PATCH] Add CPython 3.4.0a2 --- plugins/python-build/share/python-build/3.4-dev | 7 ------- plugins/python-build/share/python-build/3.4.0a2 | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 plugins/python-build/share/python-build/3.4.0a2 diff --git a/plugins/python-build/share/python-build/3.4-dev b/plugins/python-build/share/python-build/3.4-dev index 25767a40..d154fd67 100644 --- a/plugins/python-build/share/python-build/3.4-dev +++ b/plugins/python-build/share/python-build/3.4-dev @@ -1,10 +1,3 @@ -# Python 3.4 requires "python3.4" to be executable if it is in ${PATH}. -if ! pyenv-which python3.4 1>/dev/null 2>&1; then - if pyenv-whence python3.4 1>/dev/null 2>&1; then - export PYENV_VERSION="$(pyenv-version-name):$(pyenv-whence python3.4 2>/dev/null | tail -1)" - fi -fi - 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_hg "Python-3.4-dev" "https://bitbucket.org/mirror/cpython" "default" standard verify_py34 diff --git a/plugins/python-build/share/python-build/3.4.0a2 b/plugins/python-build/share/python-build/3.4.0a2 new file mode 100644 index 00000000..623ada38 --- /dev/null +++ b/plugins/python-build/share/python-build/3.4.0a2 @@ -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.4.0a2" "http://python.org/ftp/python/3.4.0/Python-3.4.0a2.tgz#e6e81242a32e6f63d224254d24edbd2f" standard verify_py34 +install_package "setuptools-1.1.4" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.4.tar.gz#e6712aaf91f9fe94faa5b677d343b23f" python +install_package "pip-1.4.1" "https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#6afbb46aeb48abac658d4df742bff714" python