Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
5b957102
Commit
5b957102
authored
11 years ago
by
Mike McQuaid
Browse files
Options
Downloads
Patches
Plain Diff
homebrew-python has moved to Homebrew org.
parent
410121d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/blacklist.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/blacklist.rb
Library/Homebrew/cmd/search.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/cmd/search.rb
with
2 additions
and
2 deletions
Library/Homebrew/blacklist.rb
+
1
−
1
View file @
5b957102
...
...
@@ -27,7 +27,7 @@ def blacklisted? name
sudo easy_install pip
EOS
when
'pil'
then
<<-
EOS
.
undent
Instead of PIL, consider `pip install pillow` or `brew install
samueljohn
/python/pillow`.
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:
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/cmd/search.rb
+
1
−
1
View file @
5b957102
...
...
@@ -73,7 +73,6 @@ module Homebrew extend self
SEARCHABLE_TAPS
=
[
%w{josegonzalez php}
,
%w{samueljohn python}
,
%w{marcqualie nginx}
,
%w{Homebrew apache}
,
%w{Homebrew versions}
,
...
...
@@ -82,6 +81,7 @@ module Homebrew extend self
%w{Homebrew science}
,
%w{Homebrew completions}
,
%w{Homebrew binary}
,
%w{Homebrew python}
,
]
def
query_regexp
(
query
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment