From 576f08a8ebdac51990866b21d5ba3d40274a6547 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Sun, 1 Sep 2013 13:24:29 +0200 Subject: [PATCH] pil: is now blacklisted. PIL has been removed and users should use pillow either by `pip install pillo` or `brew install samueljohn/python/pillow`. --- Library/Homebrew/blacklist.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index f3aa60d534..5d14f15d77 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -29,6 +29,9 @@ def blacklisted? name when 'pip' then <<-EOS.undent pip is installed by `brew install python` EOS + when 'pil' then <<-EOS.undent + Instead of PIL, consider to `pip install pillow` or `brew install samueljohn/python/pillow`. + EOS when 'macruby' then <<-EOS.undent MacRuby works better when you install their package: http://www.macruby.org/