Use pyo3 binding for uv_build#11972
Closed
j178 wants to merge 10 commits intoastral-sh:konsti/standalone-build-backend-packagefrom
Closed
Use pyo3 binding for uv_build#11972j178 wants to merge 10 commits intoastral-sh:konsti/standalone-build-backend-packagefrom
pyo3 binding for uv_build#11972j178 wants to merge 10 commits intoastral-sh:konsti/standalone-build-backend-packagefrom
Conversation
Co-authored-by: Zanie Blue <contact@zanie.dev> Update python/uv/__init__.py Co-authored-by: Zanie Blue <contact@zanie.dev>
dc18125 to
a28cb5e
Compare
Member
|
How do a binary with a CLI and a library with pyo3 bindings compare in terms of platform compatibility and binary site? Especially platform compatibility and how easy it is to build for all sorts of configurations is a main driver for the |
d2c1c22 to
5ea23ce
Compare
Member
|
Did github just autoclose this PR instead of updating the base branch to main? |
Member
|
Oh weird, I did not close this — sorry about that. It must have closed when I rebased and merged? |
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.
Summary
This is an experiment with the
pyo3binding for theuv_buildbackend introduced in #11446, as recommended by @T-256 in this comment: #11446 (comment)