diff options
| author | BrewTestBot | 2015-04-17 00:10:20 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-16 17:11:54 -0700 |
| commit | 5f7d66a768f9736a7c8436a855400e8dfe288d19 (patch) | |
| tree | c0298b228f08f31cb18e9b29f85790da4c339423 /Library | |
| parent | d1490c2e45b6e590e99379a4e3bcfb2c933b3dd7 (diff) | |
| download | homebrew-5f7d66a768f9736a7c8436a855400e8dfe288d19.tar.bz2 | |
mypy: add 0.2.0 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mypy.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mypy.rb b/Library/Formula/mypy.rb index f1a0afcbf..4d6353501 100644 --- a/Library/Formula/mypy.rb +++ b/Library/Formula/mypy.rb @@ -4,6 +4,13 @@ class Mypy < Formula sha256 "0c24f50509bdf3e0d9bd386a08ef4f11ee0114e1f5a9b2afeacbf9561cf022c1" head "https://github.com/JukkaL/mypy.git" + bottle do + cellar :any + sha256 "6497207e2801737ab861c432fbba890dbfb0b8d85a6b4f809dcc4e3df0699b5f" => :yosemite + sha256 "50267f741ceadcf49dfa4115a38e820995d0174cbeb88264b431f5ea93179dea" => :mavericks + sha256 "dca4b115dda17d0ea86a1904c59447664fce86b407c3d054483d4c708a5ca54e" => :mountain_lion + end + option "without-docs", "Don't build documentation" depends_on :python3 |
