From 0591f60c8a70829664caea3ebdf023cc5dabb6bb Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Tue, 17 Mar 2015 19:24:25 +0000 Subject: subliminal: restore colorlog resource Fixes [this comment](https://github.com/Homebrew/homebrew/pull/33147#issuecomment-82 504716). Tim removed it accidentally, so we should be cool to re-add it. Bottles will need bumping for the new resource. Closes #37806. Signed-off-by: Tim D. Smith --- Library/Formula/subliminal.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Library/Formula/subliminal.rb b/Library/Formula/subliminal.rb index f03b8fd5e..4d2e84178 100644 --- a/Library/Formula/subliminal.rb +++ b/Library/Formula/subliminal.rb @@ -97,6 +97,12 @@ class Subliminal < Formula sha256 "88689713946faad4ae12467dff40a8f3daa629200328fbc5256093e96b1b0d19" end + # not required by install_requires but provides additional UI when available + resource "colorlog" do + url "https://pypi.python.org/packages/source/c/colorlog/colorlog-2.6.0.tar.gz" + sha256 "0f03ae0128a1ac2e22ec6a6617efbd36ab00d4b2e1c49c497e11854cf24f1fe9" + end + def install ENV.prepend_create_path "PYTHONPATH", libexec/"vendor/lib/python2.7/site-packages" resources.each do |r| -- cgit v1.2.3