Skip to content
Snippets Groups Projects
Commit 3e309d46 authored by Tony Ta's avatar Tony Ta Committed by Martin Afanasjew
Browse files

blacklist: update URLs and MacRuby message (#406)

* updates link for installing pip
* the macruby project has been abandoned and the website is gone
parent 0926f920
No related branches found
No related tags found
No related merge requests found
......@@ -17,15 +17,15 @@ def blacklisted?(name)
Homebrew provides pip via: `brew install python`. However you will then
have two Pythons installed on your Mac, so alternatively you can install
pip via the instructions at:
https://pip.readthedocs.org/en/stable/installing/#install-pip
https://pip.readthedocs.io/en/stable/installing/
EOS
when "pil" then <<-EOS.undent
Instead of PIL, consider `pip install pillow` or `brew install Homebrew/python/pillow`.
EOS
when "macruby" then <<-EOS.undent
MacRuby works better when you install their package:
http://www.macruby.org/
MacRuby is not packaged and is on an indefinite development hiatus.
You can read more about it at:
https://github.com/MacRuby/MacRuby
EOS
when /(lib)?lzma/
"lzma is now part of the xz formula."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment