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

Merge with distutils @ 5589d7527 #4865

Merged
merged 27 commits into from
Mar 9, 2025
Merged

Merge with distutils @ 5589d7527 #4865

merged 27 commits into from
Mar 9, 2025

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Mar 9, 2025

  • Merge typeshed's setuptools._distutils annotations
  • Make sdist.metadata_check an actual boolean
  • Add make_archive overloads
  • Fix impossible _Env import
  • Fix runtime bound typevars
  • Fix deprecated
  • Fix TypeAlias import
  • from future import annotations Add a few missing
  • from future import annotations Another missing
  • Missing noqa
  • Fix failing test
  • Fix condition post-merge
  • Remove Python version gate in _make_strs.
  • Remove _make_strs and update msvc to accept WindowsPath.
  • Always rewrite a Python shebang to #!python.
  • 👹 Feed the hobgoblins (delint).
  • Reword note.

Summary of changes

Closes

Pull Request Checklist

Avasam and others added 27 commits February 24, 2025 17:23
# Conflicts:
#	ruff.toml
Remove Python version gate in _make_strs.
…_check-an-actual-boolean

Make `sdist.metadata_check` an actual boolean
…tations

Merge typeshed's `setuptools._distutils` annotations
In build_scripts, unconditionally set shebang to #!python.
@jaraco jaraco marked this pull request as ready for review March 9, 2025 01:50
@jaraco
Copy link
Member Author

jaraco commented Mar 9, 2025

We shouldn't merge this until after a fix for #4866 is out.

@jaraco jaraco merged commit 427babb into main Mar 9, 2025
42 of 44 checks passed
@jaraco jaraco deleted the feature/distutils-5589d7527 branch March 9, 2025 13:39
@@ -255,10 +257,10 @@ class Compiler(base.Compiler):
obj_extension = '.obj'
static_lib_extension = '.lib'
shared_lib_extension = '.dll'
static_lib_format = shared_lib_format = '%s%s'
static_lib_format = static_lib_format = '%s%s'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

3 participants