ruby 1.9.3, python 2.7.5 (moved from extras bucket)

This commit is contained in:
Luke Sampson 2013-09-03 18:45:56 +10:00
parent 96b9c7643f
commit 30e43c0b6c
2 changed files with 48 additions and 0 deletions

32
python27.json Normal file
View File

@ -0,0 +1,32 @@
{
"homepage": "http://www.python.org",
"license": "http://docs.python.org/2/license.html",
"version": "2.7.5",
"architecture": {
"64bit": {
"url": "http://www.python.org/ftp/python/2.7.5/python-2.7.5.amd64.msi",
"hash": "md5:83f5d9ba639bd2e33d104df9ea969f31",
"msi": {
"silent": true,
"code": "{DBDD570E-0952-475F-9453-AB88F3DD565A}",
"args": ["TARGETDIR=\"$dir\""]
}
},
"32bit": {
"url": "http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi",
"hash": "md5:0006d6219160ce6abe711a71c835ebb0",
"msi": {
"silent": true,
"code": "{DBDD570E-0952-475F-9453-AB88F3DD5659}",
"args": ["TARGETDIR=\"$dir\""]
}
}
},
"bin": [ "python.exe" ],
"env_add_path": [ "scripts" ],
"post_install": "pushd $env:temp
$s = 'http://python-distribute.org/distribute_setup.py'
echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null
popd",
"notes": "To use PIP to manage Python packages, run 'easy_install pip'"
}

16
ruby19.json Normal file
View File

@ -0,0 +1,16 @@
{
"homepage": "http://rubyinstaller.org",
"version": "1.9.3-p448",
"url": [
"http://dl.bintray.com/oneclick/rubyinstaller/ruby-1.9.3-p448-i386-mingw32.7z?direct#/dl.7z",
"https://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe#/dl2.7z"
],
"hash": [
"72c7bff32665b9aa2c5f66e63679ca1b4a6a16725579681d98e971e593aca506",
"6c3af5487dafda56808baf76edd262b2020b1b25ab86aabf972629f4a6a54491"
],
"extract_dir": "ruby-1.9.3-p448-i386-mingw32",
"extract_to": [ "", "devkit" ],
"env_add_path": "bin",
"post_install": "pushd $dir\\devkit;ruby dk.rb init > $null;echo \"- $dir\" | out-file config.yml -a -enc default; ruby dk.rb install;popd;"
}