aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2015-03-17 19:24:25 +0000
committerTim D. Smith2015-03-17 12:52:14 -0700
commit0591f60c8a70829664caea3ebdf023cc5dabb6bb (patch)
tree4de50c479939ec3e4245cf1a2cd2bc1cf55c5471
parent521747298a3790fde1710f3aa2d03b55020575aa (diff)
downloadhomebrew-0591f60c8a70829664caea3ebdf023cc5dabb6bb.tar.bz2
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 <git@tim-smith.us>
-rw-r--r--Library/Formula/subliminal.rb6
1 files changed, 6 insertions, 0 deletions
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|