mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Add Jython 2.7 Beta 3 (fixes #223)
This release of Jython requires JDK 7 or above
This commit is contained in:
parent
82aaef7842
commit
474767618d
1 changed files with 5 additions and 0 deletions
5
plugins/python-build/share/python-build/jython-2.7-beta3
Normal file
5
plugins/python-build/share/python-build/jython-2.7-beta3
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
require_java
|
||||||
|
install_jar "jython-2.7-beta3" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b3/jython-installer-2.7-b3.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
|
Loading…
Reference in a new issue