From c930df95b2c4ab42aa2e4f7625c7a645a229dcd6 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 11 Dec 2016 11:07:55 -0500 Subject: [PATCH 1/4] Added ironpython-2.7.7 --- plugins/python-build/share/python-build/ironpython-2.7.7 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/python-build/share/python-build/ironpython-2.7.7 diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7 b/plugins/python-build/share/python-build/ironpython-2.7.7 new file mode 100644 index 00000000..6c9f6f79 --- /dev/null +++ b/plugins/python-build/share/python-build/ironpython-2.7.7 @@ -0,0 +1,2 @@ +install_package "IronPython-2.7.7" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7/IronPython-2.7.7-win.zip#657c134ff6d6f0ed86557d9455dcdfeac11823944f7aa36d72a41cc5444c4a89" ironpython +# FIXME: have not confirmed to install setuptools into IronPython yet From 5826d4275b17827f5e209eabe2f79042cfebe3c5 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 11 Dec 2016 11:09:55 -0500 Subject: [PATCH 2/4] Removed ironpython-2.7.7-rc2 definition --- plugins/python-build/share/python-build/ironpython-2.7.7-rc2 | 2 -- 1 file changed, 2 deletions(-) delete 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 deleted file mode 100644 index 6320e80a..00000000 --- a/plugins/python-build/share/python-build/ironpython-2.7.7-rc2 +++ /dev/null @@ -1,2 +0,0 @@ -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 From f39fc3a71af50141d8d8a99b8d0e463e26aa199c Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 11 Dec 2016 11:22:23 -0500 Subject: [PATCH 3/4] Changed to install_zip --- plugins/python-build/share/python-build/ironpython-2.7.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7 b/plugins/python-build/share/python-build/ironpython-2.7.7 index 6c9f6f79..1696dd21 100644 --- a/plugins/python-build/share/python-build/ironpython-2.7.7 +++ b/plugins/python-build/share/python-build/ironpython-2.7.7 @@ -1,2 +1,2 @@ -install_package "IronPython-2.7.7" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7/IronPython-2.7.7-win.zip#657c134ff6d6f0ed86557d9455dcdfeac11823944f7aa36d72a41cc5444c4a89" ironpython +install_zip "IronPython-2.7.7" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7/IronPython-2.7.7-win.zip#657c134ff6d6f0ed86557d9455dcdfeac11823944f7aa36d72a41cc5444c4a89" ironpython # FIXME: have not confirmed to install setuptools into IronPython yet From a08f82cab82b187db29bd4a1c0c59c794a53683d Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sun, 11 Dec 2016 12:07:14 -0500 Subject: [PATCH 4/4] Added ensurepip check --- plugins/python-build/share/python-build/ironpython-2.7.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/python-build/share/python-build/ironpython-2.7.7 b/plugins/python-build/share/python-build/ironpython-2.7.7 index 1696dd21..9c032bb3 100644 --- a/plugins/python-build/share/python-build/ironpython-2.7.7 +++ b/plugins/python-build/share/python-build/ironpython-2.7.7 @@ -1,2 +1,2 @@ -install_zip "IronPython-2.7.7" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7/IronPython-2.7.7-win.zip#657c134ff6d6f0ed86557d9455dcdfeac11823944f7aa36d72a41cc5444c4a89" ironpython -# FIXME: have not confirmed to install setuptools into IronPython yet +install_zip "IronPython-2.7.7" "https://github.com/IronLanguages/main/releases/download/ipy-2.7.7/IronPython-2.7.7-win.zip#657c134ff6d6f0ed86557d9455dcdfeac11823944f7aa36d72a41cc5444c4a89" ironpython ensurepip +