From 30e43c0b6c43b81835d9def1a17cebfdb24d0e98 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 3 Sep 2013 18:45:56 +1000 Subject: [PATCH] ruby 1.9.3, python 2.7.5 (moved from extras bucket) --- python27.json | 32 ++++++++++++++++++++++++++++++++ ruby19.json | 16 ++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 python27.json create mode 100644 ruby19.json diff --git a/python27.json b/python27.json new file mode 100644 index 0000000000..bea3eeca05 --- /dev/null +++ b/python27.json @@ -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'" +} \ No newline at end of file diff --git a/ruby19.json b/ruby19.json new file mode 100644 index 0000000000..b66bc14d36 --- /dev/null +++ b/ruby19.json @@ -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;" +} \ No newline at end of file