From 579d44203fdcb0a7e4bfcc21464d9ccd17ef1259 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 27 Sep 2012 12:50:42 +0900 Subject: [PATCH] add 3.3.0rc2 and 3.3.0rc3 --- plugins/python-build/share/python-build/3.3.0rc2 | 4 ++++ plugins/python-build/share/python-build/3.3.0rc3 | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 plugins/python-build/share/python-build/3.3.0rc2 create mode 100644 plugins/python-build/share/python-build/3.3.0rc3 diff --git a/plugins/python-build/share/python-build/3.3.0rc2 b/plugins/python-build/share/python-build/3.3.0rc2 new file mode 100644 index 00000000..b8ccb961 --- /dev/null +++ b/plugins/python-build/share/python-build/3.3.0rc2 @@ -0,0 +1,4 @@ +require_gcc +install_package "Python-3.3.0rc2" "http://python.org/ftp/python/3.3.0/Python-3.3.0rc2.tgz" +install_package "distribute-0.6.28" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz" python +install_package "pip-1.1" "http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz" python diff --git a/plugins/python-build/share/python-build/3.3.0rc3 b/plugins/python-build/share/python-build/3.3.0rc3 new file mode 100644 index 00000000..a8e385e1 --- /dev/null +++ b/plugins/python-build/share/python-build/3.3.0rc3 @@ -0,0 +1,4 @@ +require_gcc +install_package "Python-3.3.0rc3" "http://python.org/ftp/python/3.3.0/Python-3.3.0rc3.tgz" +install_package "distribute-0.6.28" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz" python +install_package "pip-1.1" "http://pypi.python.org/packages/source/p/pip/pip-1.1.tar.gz" python