From 5dc3ee95fdb9c68cb8f66d1bccb03b8d29c73a45 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sun, 29 Mar 2015 01:22:33 +0900 Subject: [PATCH] Add Jython 2.7 beta4 http://fwierzbicki.blogspot.fi/2015/02/jython-27-beta4-released.html --- plugins/python-build/share/python-build/jython-2.7-beta4 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/python-build/share/python-build/jython-2.7-beta4 diff --git a/plugins/python-build/share/python-build/jython-2.7-beta4 b/plugins/python-build/share/python-build/jython-2.7-beta4 new file mode 100644 index 00000000..fccac383 --- /dev/null +++ b/plugins/python-build/share/python-build/jython-2.7-beta4 @@ -0,0 +1,5 @@ +require_java +install_jar "jython-2.7-beta4" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b4/jython-installer-2.7-b4.jar" jython ez_setup +# pip (>= 1.3) does not work properly since it uses HTTPS for downloads +# * https://github.com/yyuu/pyenv/issues/15 +install_package "pip-1.2.1" "https://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1" python