aspect-build / rules_py

More compatible Bazel rules for running Python tools and building Python projects
Apache License 2.0
86 stars 28 forks source link

feat: drop rattler_installs_packages for uv crates #412

Closed mattem closed 1 month ago

mattem commented 1 month ago

Drops the dependency on rattler_installs_packages in favour of the uv crates.

Note that while this works, the creates of uv do not officially support depending directly on the crates, however there is little overhead here, and is pinned to a fixed SHA.

Closes #307 Closes #344 Closes #345

Due to compilation issues under llvm, this diff also switches to musl for the toolchain binaries. We need to keep llvm for proc macros, unfortunately.


Changes are visible to end-users: yes

Drop dependency on rattler_installs_packages in favour of the uv crates. Produce statically linked toolchain binaries via musl.

Test plan