diff options
| author | BrewTestBot | 2014-04-03 20:02:10 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-03 20:21:30 +0100 |
| commit | 476be213e70946cd83677f6a3c62c9b10cf2291d (patch) | |
| tree | fe0ebc81bcbbfea1faf1bd07d8e4d796c461da23 /Library/Formula/python.rb | |
| parent | 5320391bb52442bcb4549b61e89feff0867d2746 (diff) | |
| download | homebrew-476be213e70946cd83677f6a3c62c9b10cf2291d.tar.bz2 | |
python: add 2.7.6 bottle.
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 0ec366b9c..3372135bb 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -6,6 +6,13 @@ class Python < Formula url 'http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz' sha1 '8328d9f1d55574a287df384f4931a3942f03da64' + bottle do + revision 1 + sha1 "6edbb41862da07d75845c8ca156956629c069523" => :mavericks + sha1 "30ebdd9f448d766ff1783a2dc7c4a2b4a6deecc4" => :mountain_lion + sha1 "9d40b1ce6ef16e9bee5f2dc26bf1a396b4ccca03" => :lion + end + option :universal option 'quicktest', "Run `make quicktest` after the build (for devs; may fail)" option 'with-brewed-tk', "Use Homebrew's Tk (has optional Cocoa and threads support)" |
