From 56379532a6b1c9a9673aa1a81d0313788397caab Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Fri, 10 May 2013 18:31:48 +0900 Subject: [PATCH] add comments for Jython about the version of distribute and pip (#15) --- plugins/python-build/share/python-build/jython-2.5.0 | 5 +++++ plugins/python-build/share/python-build/jython-2.5.1 | 5 +++++ plugins/python-build/share/python-build/jython-2.5.2 | 2 ++ plugins/python-build/share/python-build/jython-2.5.3 | 2 ++ plugins/python-build/share/python-build/jython-2.5.4-rc1 | 2 ++ plugins/python-build/share/python-build/jython-2.7-beta1 | 2 ++ 6 files changed, 18 insertions(+) diff --git a/plugins/python-build/share/python-build/jython-2.5.0 b/plugins/python-build/share/python-build/jython-2.5.0 index 5da8cd3a..a2685d69 100644 --- a/plugins/python-build/share/python-build/jython-2.5.0 +++ b/plugins/python-build/share/python-build/jython-2.5.0 @@ -1,4 +1,9 @@ require_java install_jar "Jython-2.5.0" "https://downloads.sourceforge.net/project/jython/jython/2.5.0/jython_installer-2.5.0.jar#f98b83fce9669feec69d0a17ee515a20" jython +# distribute (>= 0.33) does not support Jython prior to 2.5.2 +# * https://github.com/yyuu/pyenv/issues/15 +# * https://bitbucket.org/tarek/distribute/issue/367/importing-setuptoolssandbox-fails-on install_package "distribute-0.6.32" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.32.tar.gz#acb7a2da81e3612bfb1608abe4f0e568" python +# 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" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python diff --git a/plugins/python-build/share/python-build/jython-2.5.1 b/plugins/python-build/share/python-build/jython-2.5.1 index 8c26fbab..3b08b9ac 100644 --- a/plugins/python-build/share/python-build/jython-2.5.1 +++ b/plugins/python-build/share/python-build/jython-2.5.1 @@ -1,4 +1,9 @@ require_java install_jar "Jython-2.5.1" "https://downloads.sourceforge.net/project/jython/jython/2.5.1/jython_installer-2.5.1.jar#2ee978eff4306b23753b3fe9d7af5b37" jython +# distribute (>= 0.33) does not support Jython prior to 2.5.2 +# * https://github.com/yyuu/pyenv/issues/15 +# * https://bitbucket.org/tarek/distribute/issue/367/importing-setuptoolssandbox-fails-on install_package "distribute-0.6.32" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.32.tar.gz#acb7a2da81e3612bfb1608abe4f0e568" python +# 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" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python diff --git a/plugins/python-build/share/python-build/jython-2.5.2 b/plugins/python-build/share/python-build/jython-2.5.2 index 381819ee..7c88374b 100644 --- a/plugins/python-build/share/python-build/jython-2.5.2 +++ b/plugins/python-build/share/python-build/jython-2.5.2 @@ -1,4 +1,6 @@ require_java install_jar "Jython-2.5.2" "https://downloads.sourceforge.net/project/jython/jython/2.5.2/jython_installer-2.5.2.jar#7c7d9abd8985df480edeacd27ed9dcd5" jython install_package "distribute-0.6.38" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz#a0bc8fdb8b7b36234dcb1ff3d1fc702d" python +# 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" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python diff --git a/plugins/python-build/share/python-build/jython-2.5.3 b/plugins/python-build/share/python-build/jython-2.5.3 index 882abda9..93f6fcba 100644 --- a/plugins/python-build/share/python-build/jython-2.5.3 +++ b/plugins/python-build/share/python-build/jython-2.5.3 @@ -1,4 +1,6 @@ require_java install_jar "Jython-2.5.3" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.3/jython-installer-2.5.3.jar#41633b4557483d6d4237ee79ffcebe7b" jython install_package "distribute-0.6.38" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz#a0bc8fdb8b7b36234dcb1ff3d1fc702d" python +# 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" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python diff --git a/plugins/python-build/share/python-build/jython-2.5.4-rc1 b/plugins/python-build/share/python-build/jython-2.5.4-rc1 index fdf23b46..7ccb4819 100644 --- a/plugins/python-build/share/python-build/jython-2.5.4-rc1 +++ b/plugins/python-build/share/python-build/jython-2.5.4-rc1 @@ -1,4 +1,6 @@ require_java install_jar "Jython-2.5.4-rc1" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.4-rc1/jython-installer-2.5.4-rc1.jar#1be8d75d02886ce1a8542bb794a20db2" jython install_package "distribute-0.6.38" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz#a0bc8fdb8b7b36234dcb1ff3d1fc702d" python +# 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" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python diff --git a/plugins/python-build/share/python-build/jython-2.7-beta1 b/plugins/python-build/share/python-build/jython-2.7-beta1 index 697ca10b..6d9c661b 100644 --- a/plugins/python-build/share/python-build/jython-2.7-beta1 +++ b/plugins/python-build/share/python-build/jython-2.7-beta1 @@ -1,4 +1,6 @@ require_java install_jar "Jython-2.7-beta1" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b1/jython-installer-2.7-b1.jar" jython install_package "distribute-0.6.38" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz#a0bc8fdb8b7b36234dcb1ff3d1fc702d" python +# 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" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python