Browse Source

Can't install Jython 2.7 Beta 2

pull/184/head
Makoto Sasaki 10 years ago
parent
commit
2cca695bed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/python-build/share/python-build/jython-2.7-beta2

+ 1
- 1
plugins/python-build/share/python-build/jython-2.7-beta2 View File

@ -1,5 +1,5 @@
require_java
install_jar "jython-2.7-beta2" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b1/jython-installer-2.7-b1.jar" jython
install_jar "jython-2.7-beta2" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b2/jython-installer-2.7-b2.jar" jython
install_package "setuptools-3.6" "https://pypi.python.org/packages/source/s/setuptools/setuptools-3.6.tar.gz#8f3a1dcdc14313c8334eb6af4f66ea0a" python
# pip (>= 1.3) does not work properly since it uses HTTPS for downloads
# * https://github.com/yyuu/pyenv/issues/15

Loading…
Cancel
Save