From 7f44afc1c02638ad611cd0c69ee86a3ebbf947c6 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Tue, 11 Feb 2014 12:06:09 +0900 Subject: [PATCH] Remove 3.3.4rc1 (fixes #112) --- CHANGELOG.md | 2 +- plugins/python-build/share/python-build/3.3.4 | 2 +- plugins/python-build/share/python-build/3.3.4rc1 | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 plugins/python-build/share/python-build/3.3.4rc1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b9c9a0..27b3d129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ #### 0.4.0-201402XX -* python-build: Add new CPython release candidates; 3.3.4rc1, 3.4.0b3 +* python-build: Add new CPython release candidates; 3.3.4, 3.4.0b3 * python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions * python-build: Display error if the wget does not support Server Name Indication (SNI) to avoid SSL verification error when downloading from https://pypi.python.org. (#60) * python-build: Update default setuptools version (2.1 -> 2.2) diff --git a/plugins/python-build/share/python-build/3.3.4 b/plugins/python-build/share/python-build/3.3.4 index 9da5f0c2..04084720 100644 --- a/plugins/python-build/share/python-build/3.3.4 +++ b/plugins/python-build/share/python-build/3.3.4 @@ -1,5 +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.4" "http://www.python.org/ftp/python/3.3.4/Python-3.3.4.tgz#9f7df0dde690132c63b1dd2b640ed3a6" ldflags_dirs standard verify_py33 +install_package "Python-3.3.4" "http://python.org/ftp/python/3.3.4/Python-3.3.4.tgz#9f7df0dde690132c63b1dd2b640ed3a6" 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.2" "https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz#5da30919f732d68b1c666e484e7676f5" python diff --git a/plugins/python-build/share/python-build/3.3.4rc1 b/plugins/python-build/share/python-build/3.3.4rc1 deleted file mode 100644 index 5752e584..00000000 --- a/plugins/python-build/share/python-build/3.3.4rc1 +++ /dev/null @@ -1,5 +0,0 @@ -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.4rc1" "http://python.org/ftp/python/3.3.4/Python-3.3.4rc1.tgz#a3e96faf06b8e1f9e02afe12303903df" 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.2" "https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz#5da30919f732d68b1c666e484e7676f5" python