Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Homebrew on Python 3.9 #155

Merged
merged 1 commit into from
Jul 3, 2022
Merged

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Jul 2, 2022

...instead of relying on distutils.cfg as found in the stdlib. Fixes #152.

@jaraco jaraco force-pushed the feature/homebrew-py39-scheme branch from a0e2f25 to 3686007 Compare July 2, 2022 15:50
@jaraco jaraco force-pushed the feature/homebrew-py39-scheme branch from 3686007 to 949193f Compare July 2, 2022 15:52
@jaraco jaraco merged commit 152c13d into main Jul 3, 2022
@jaraco jaraco deleted the feature/homebrew-py39-scheme branch July 3, 2022 23:57
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Jul 6, 2022
v63.1.0

Changes

Merge with pypa/distutils@152c13d including pypa/distutils#155 (improved compatibility for editable installs on homebrew Python 3.9), pypa/distutils#150 (better handling of runtime_library_dirs on cygwin), and pypa/distutils#151 (remove warnings for namespace packages).

v63.0.0

Breaking Changes

Drop setuptools' support for installing an entrypoint extra requirements at load time: - the functionality has been broken since v60.8.0. - the mechanism to do so is deprecated (fetch_build_eggs). - that use case (e.g. a custom command class entrypoint) is covered by making sure the necessary build requirements are declared.

Documentation changes

Updated the example pyproject.toml -- by :user:`jacalata`
This updates the documentation for the file_finders hook so that the logging recommendation aligns with the suggestion to not use distutils directly.
Fix reference for keywords to point to the Core Metadata Specification instead of PEP 314 (the live standard is kept always up-to-date and consolidates several PEPs together in a single document).
Reordered the User Guide's Table of Contents
carlocab added a commit to carlocab/homebrew-core that referenced this pull request Aug 10, 2022
carlocab added a commit to Homebrew/homebrew-core that referenced this pull request Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Homebrew/framework install scheme not honored for scripts
2 participants