python3Packages.uv-build: decouple from uv#457247
Conversation
|
I am a little surprised to see this PR causing rebuilds. Is it because EDIT: that can't be it, because |
I would argue home-assistant rebuilds are also due to cryptography. It is basically very tightly integrated in the package set and rebuilds half of all python packages. |
|
Ah that's unfortunate. Still, splitting the package means we can start bumping uv on master again? |
|
That was the intent behind the idea to split. |
|
Can you try to rebase and force-push @bengsparks? The CI failed in the merge queue. |
Only 1k / 10k rebuilds come solely from `home-assistant`'s dependency on `uv`.
The remainder likely stems from `python3Packages.cryptography`'s transitive dependency on
`python3Packages.uv-build` via `python3Packages.cryptography-vector`'s `build-system`.
The remaining occurrences in the file are in `passthru.tests` and `meta.{changelog,license}`,
so nothing that would influence rebuilds.
Only 1k / 10k rebuilds come solely from
home-assistant's dependency onuv.The remainder likely stems from
python3Packages.cryptography's transitive dependency onpython3Packages.uv-buildviapython3Packages.cryptography-vector'sbuild-system.The remaining occurrences in the file are in
passthru.testsandmeta.{changelog,license},so nothing that would influence rebuilds.
CC @mweinelt
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.