Skip to content

Commit 99c6fb2

Browse files
docs: apply suggestions from code review
Co-authored-by: Eric Knibbe <[email protected]>
1 parent 02b7be5 commit 99c6fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/Python-for-Formula-Authors.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ Remember: there are very limited cases for libraries (e.g. significant amounts o
175175

176176
**We do not use the `python-` prefix for these kind of formulae!**
177177

178-
### Examples of allowed libaries in homebrew-core
178+
### Examples of allowed libraries in homebrew-core
179179

180180
* `numpy`, `scipy`: long build time, complex build process
181181

182182
* `cryptography`: builds with `rust`
183183

184-
* `certifi`: patched formula to allow any Python-based formulae to leverage the brewed CA certs (see https://github.com/orgs/Homebrew/discussions/4691).
184+
* `certifi`: patched formula to allow any Python-based formulae to leverage the brewed CA certs (see <https://github.com/orgs/Homebrew/discussions/4691>).
185185

186186
### Python declarations for libraries
187187

@@ -245,4 +245,4 @@ It is probably safe to use `--prefix` with `--root=/`, which should work with ei
245245

246246
### `pip` vs. `setup.py`
247247

248-
[PEP 453](https://legacy.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors) makes a recommendation to downstream distributors (us) that sdist tarballs should be installed with `pip` instead of by invoking `setup.py` directly. For historical reasons we did not follow PEP 453, so some formulae still use `setup.py` installs. Nowadays, most of the formulae use `pip` as we have migrated them to this better way of installation.
248+
[PEP 453](https://legacy.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors) makes a recommendation to downstream distributors (us) that sdist tarballs should be installed with `pip` instead of by invoking `setup.py` directly. For historical reasons we did not follow PEP 453, so some formulae still use `setup.py` installs. Nowadays, most of the formulae use `pip` as we have migrated them to this preferred method of installation.

0 commit comments

Comments
 (0)