aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Python-for-Formula-Authors.md
diff options
context:
space:
mode:
authorMike McQuaid2018-01-01 09:45:36 +0000
committerGitHub2018-01-01 09:45:36 +0000
commit4e08da95c34c27ba6d5ca5f80718fe2788337cdf (patch)
tree1f6f039e77ad04998522c6df1e7fd84c88707353 /docs/Python-for-Formula-Authors.md
parent93a2e9fc25407b049d594ad2da112a5cb8bdf5c3 (diff)
parentfab0ea6fda13255f8ab64df1ca823d1c958af893 (diff)
downloadbrew-4e08da95c34c27ba6d5ca5f80718fe2788337cdf.tar.bz2
Merge pull request #3622 from MikeMcQuaid/deprecate-science1.4.2
Deprecate Homebrew/homebrew-science
Diffstat (limited to 'docs/Python-for-Formula-Authors.md')
-rw-r--r--docs/Python-for-Formula-Authors.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md
index 129f5ba5e..13b96e563 100644
--- a/docs/Python-for-Formula-Authors.md
+++ b/docs/Python-for-Formula-Authors.md
@@ -165,8 +165,6 @@ Most formulae presently just install to `prefix`.
The dependencies of libraries must be installed so that they are importable. To minimize the potential for linking conflicts, dependencies should be installed to `libexec/"vendor"` and added to `sys.path` by writing a second .pth file (named like "homebrew-foo-dependencies.pth") to the `prefix` site-packages.
-The [matplotlib](https://github.com/Homebrew/homebrew-science/blob/master/matplotlib.rb) formula in [homebrew/science](https://github.com/Homebrew/homebrew-science) deploys this strategy.
-
## Further down the rabbit hole
Additional commentary that explains why Homebrew does some of the things it does.