-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaner: remove RECORD and modify INSTALLER
According to [Python specification][1], we should remove `RECORD` file to prevent changes to installed formula files via other tools, e.g. pip. This also improves chances of generating an `all` bottle as it avoids diff due to checksums of HOMEBREW_PREFIX present files. Also modify `INSTALLER` file to indicate that brew is managing the Python package. [1]: https://packaging.python.org/en/latest/specifications/recording-installed-packages/#intentionally-preventing-changes-to-installed-packages Signed-off-by: Michael Cho <michael@michaelcho.dev>
- Loading branch information
Showing
2 changed files
with
60 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters