diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/honcho.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/honcho.rb b/Library/Formula/honcho.rb index 3ed7a6411..b04df13be 100644 --- a/Library/Formula/honcho.rb +++ b/Library/Formula/honcho.rb @@ -3,6 +3,13 @@ class Honcho < Formula url "https://pypi.python.org/packages/source/h/honcho/honcho-0.5.0.tar.gz" sha1 "c9f9bdaa59293f8c9ac515d55c9ee4a09240821d" + bottle do + cellar :any + sha1 "5ff1265f064a36e0691c50bedee9d42f06fc20fc" => :yosemite + sha1 "e607aad59510da7514eb81a545892858306a0c94" => :mavericks + sha1 "24a5d7ca08b2984e765a12377ef284ad0e46befd" => :mountain_lion + end + def install ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages" system "python", *Language::Python.setup_install_args(libexec) |
