pil: is now blacklisted.

PIL has been removed and users should use pillow either
by `pip install pillo` or `brew install samueljohn/python/pillow`.
This commit is contained in:
Samuel John 2013-09-01 13:24:29 +02:00
parent 9b755e5ad2
commit 576f08a8eb

View File

@ -29,6 +29,9 @@ def blacklisted? name
when 'pip' then <<-EOS.undent when 'pip' then <<-EOS.undent
pip is installed by `brew install python` pip is installed by `brew install python`
EOS 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 when 'macruby' then <<-EOS.undent
MacRuby works better when you install their package: MacRuby works better when you install their package:
http://www.macruby.org/ http://www.macruby.org/