From 60950d0082c31daea4a2694df8c3b78134f1fd2f Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sun, 13 Apr 2014 01:06:11 +0900 Subject: [PATCH] Add IronPython 2.7.4, without setuptools and pip. The setuptools installation seems broken for IronPython. --- plugins/python-build/share/python-build/ironpython-2.7.4 | 4 ++++ plugins/python-build/share/python-build/ironpython-dev | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 plugins/python-build/share/python-build/ironpython-2.7.4 diff --git a/plugins/python-build/share/python-build/ironpython-2.7.4 b/plugins/python-build/share/python-build/ironpython-2.7.4 new file mode 100644 index 00000000..a732bba6 --- /dev/null +++ b/plugins/python-build/share/python-build/ironpython-2.7.4 @@ -0,0 +1,4 @@ +install_zip "IronPython-2.7.4" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.4/IronPython-2.7.4.zip#30c9186a6e2efe7c1e3046ec62900916" ironpython +# FIXME: have not confirmed to install setuptools into IronPython yet +#install_package "setuptools-3.4.1" "https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.1.tar.gz#252a38c6b25f1ac446ba6983095dbf3f" python +#install_package "pip-1.5.4" "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#834b2904f92d46aaa333267fb1c922bb" python diff --git a/plugins/python-build/share/python-build/ironpython-dev b/plugins/python-build/share/python-build/ironpython-dev index 259cd3d7..c9f904cf 100644 --- a/plugins/python-build/share/python-build/ironpython-dev +++ b/plugins/python-build/share/python-build/ironpython-dev @@ -1,3 +1,4 @@ install_git "ironpython-dev" "https://github.com/IronLanguages/main.git" master ironpython_builder -install_package "setuptools-3.4.1" "https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.1.tar.gz#252a38c6b25f1ac446ba6983095dbf3f" python -install_package "pip-1.5.4" "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#834b2904f92d46aaa333267fb1c922bb" python +# FIXME: have not confirmed to install setuptools into IronPython yet +#install_package "setuptools-3.4.1" "https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.1.tar.gz#252a38c6b25f1ac446ba6983095dbf3f" python +#install_package "pip-1.5.4" "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#834b2904f92d46aaa333267fb1c922bb" python