diff options
Diffstat (limited to 'Library/Formula')
| -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 |
