2013-04-30 01:46:28 +09:00
|
|
|
require_java
|
2016-08-24 02:07:27 +08:00
|
|
|
install_jar "jython-2.5.4-rc1" "https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.4-rc1/jython-installer-2.5.4-rc1.jar#2fa6821ef506804ca77f87631a21878c11d743f8a7fa9ed26e55dfd7696204d1" jython
|
2014-06-03 23:07:16 +09:00
|
|
|
install_package "setuptools-1.4.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.4.2.tar.gz#263986a60a83aba790a5bffc7d009ac88114ba4e908e5c90e453b3bf2155dbbd" python
|
2013-05-10 18:31:48 +09:00
|
|
|
# pip (>= 1.3) does not work properly since it uses HTTPS for downloads
|
2017-04-17 11:59:53 +08:00
|
|
|
# * https://github.com/pyenv/pyenv/issues/15
|
2014-06-03 23:07:16 +09:00
|
|
|
install_package "pip-1.2.1" "https://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1" python
|