diff options
| author | Homebrew | 2014-03-13 10:42:14 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 10:49:38 +0000 |
| commit | da6ab671f47ad197f147d24c0b081ee8e0f7f620 (patch) | |
| tree | 7bdb25777b01b6d0fdb4df3585b0f42a39e877e9 /Library/Formula | |
| parent | 89eafbec369d9d7f88f895b4a8ec8cff2a69e750 (diff) | |
| download | homebrew-da6ab671f47ad197f147d24c0b081ee8e0f7f620.tar.bz2 | |
python: add 2.7.6 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 6425261ce..e06002359 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -6,6 +6,12 @@ class Python < Formula url 'http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz' sha1 '8328d9f1d55574a287df384f4931a3942f03da64' + bottle do + sha1 "bd1a71fbaa383011828fce5ff7c011c427e76761" => :mavericks + sha1 "365dd0affa9dabd97ff607af9f7cba425510a645" => :mountain_lion + sha1 "02326a2f3b2e5e55cd2830f39478178f9074ff92" => :lion + end + option :universal option 'quicktest', "Run `make quicktest` after the build (for devs; may fail)" option 'with-brewed-openssl', "Use Homebrew's openSSL instead of the one from OS X" |
