build/pkgs/setuptools_scm: Upgrade to 8.1.0, fix dependency typing_extensions, change some packages to wheel#38226
Merged
vbraun merged 13 commits intosagemath:developfrom Jul 12, 2024
Merged
Conversation
added 11 commits
June 15, 2024 13:02
|
Documentation preview for this PR (built with commit a8d254d; changes) is ready! 🎉 |
Collaborator
|
Incremental build with this PR fails: but second attempt starting at where it stopped is continuing fine. |
Collaborator
|
From the incremental build, I got these failures After build from scratch, I got |
Collaborator
|
None of the failures is definitely new in this PR. |
Contributor
Author
|
Thanks! |
93 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently several packages show a (non-fatal) build error like this:
The reason:
setuptools_scm8.0.4 (our current version) has an unconditional dependency ontyping_extensions, but ourspkg-configure.m4marks that as "not required" when using Python >= 3.11.In this PR:
hatch_*) that were build dependencies only are deletedsetuptools_scmto 8.1.0, which conditionalizes the dependency ontyping_extensionsonpython_version < "3.10"https://github.com/pypa/setuptools_scm/blob/v8.1.0/pyproject.toml#L46📝 Checklist
⌛ Dependencies