mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Add Jython 2.7 beta2
This commit is contained in:
parent
1ceb678e86
commit
8851acda13
1 changed files with 6 additions and 0 deletions
6
plugins/python-build/share/python-build/jython-2.7-beta2
Normal file
6
plugins/python-build/share/python-build/jython-2.7-beta2
Normal file
|
@ -0,0 +1,6 @@
|
|||
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_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
|
||||
install_package "pip-1.2.1" "https://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python
|
Loading…
Reference in a new issue