cython: add 0.25.2 bottle.
This commit is contained in:
parent
c306f1c9ed
commit
814b646c2f
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Cython < Formula
|
|||
url "https://pypi.python.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-0.25.2.tar.gz"
|
||||
sha256 "f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "8d07c028127e8664c7205b3b03391a6d61715da0b0786392202e5637bf9e95e8" => :sierra
|
||||
sha256 "bdb424de2643b23a8f9e6082f69de09e3914140b99ec134dbd73665a3c6abc47" => :el_capitan
|
||||
sha256 "c464b7984210219436fd918b6441d569f6f17ce7a274be92d501af8c401237d1" => :yosemite
|
||||
end
|
||||
|
||||
keg_only <<-EOS.undent
|
||||
this formula is mainly used internally by other formulae.
|
||||
Users are advised to use `pip` to install cython
|
||||
|
|
Loading…
Reference in a new issue