From e3b4d925f13a2ec1b0b2b98c6c67279cd310d05a Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sun, 1 Feb 2015 10:23:10 +0000 Subject: honcho: add 0.5.0 bottle. --- Library/Formula/honcho.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') 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) -- cgit v1.2.3