From 814b646c2f3bf48f1eceeda57b2cf1137919d062 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Mon, 22 May 2017 02:13:48 +0000 Subject: [PATCH] cython: add 0.25.2 bottle. --- Formula/cython.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/cython.rb b/Formula/cython.rb index fe1f0a54c0..435921a71e 100644 --- a/Formula/cython.rb +++ b/Formula/cython.rb @@ -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