Open
Description
Tools that bundle software into wheels on behalf of users post-build, typically during continuous integration runs. The common tools that I've seen for this are:
- auditwheel (manylinux, musllinux)
- delocate (macOS)
- delvewheel (Windows)
- repairwheel (cross-platform CLI using the other three tools)
The toughest question for all of these tools are whether they can reliably find software identifiers that are relevant. Package URLs should be possible for manylinux, musllinux, and projects using Homebrew on macOS. Where software IDs aren't automatically findable, at least there is a "known-unknown" situation happening so consumers can dig deeper and potentially contribute back the missing information.
Metadata
Assignees
Labels
No labels
Activity