aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-02-01 10:23:10 +0000
committerTim D. Smith2015-02-04 18:35:15 -0800
commite3b4d925f13a2ec1b0b2b98c6c67279cd310d05a (patch)
tree615f8af1c5450290bde8bb9fc83361ebf436f2a1 /Library/Formula
parent8641c0f517e32085c0c893bc481dddcc0165470a (diff)
downloadhomebrew-e3b4d925f13a2ec1b0b2b98c6c67279cd310d05a.tar.bz2
honcho: add 0.5.0 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/honcho.rb7
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)