From dffd62e2cb26b468ef5916ea45315e9141b8b011 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 12 Nov 2016 19:37:00 -0500 Subject: [PATCH 1/2] Add ironpython-2.7.7-rc2 --- plugins/python-build/share/python-build/ironpython-2.7.7-rc2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/python-build/share/python-build/ironpython-2.7.7-rc2 diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 new file mode 100644 index 00000000..9ab7e428 --- /dev/null +++ b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 @@ -0,0 +1,2 @@ +install_zip "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython +# FIXME: have not confirmed to install setuptools into IronPython yet From 1ca671cc6a10183533ee0dd3eceb94dae4694717 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 12 Nov 2016 19:42:08 -0500 Subject: [PATCH 2/2] Change install_zip to install_package --- plugins/python-build/share/python-build/ironpython-2.7.7-rc2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 index 9ab7e428..6320e80a 100644 --- a/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 +++ b/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 @@ -1,2 +1,2 @@ -install_zip "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython +install_package "IronPython-2.7.7rc2" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7-rc2/IronPython-2.7.7rc2-unix.tar.bz2#338b855d007a2f8f12498fe67039483e671c98f6ea8320add4cdedd53b118113" ironpython # FIXME: have not confirmed to install setuptools into IronPython yet