Zanie Blue

Results 2914 comments of Zanie Blue

Thanks for the update @wetneb! @konstin and I are maintainers of pubgrub too, we can look into upstreaming the differences — though, given how tightly integrated pubgrub is in uv,...

(I think we should move discussion on upstreaming that out to PubGrub, not here — can you open an issue for that?)

I think we'll just publish these to `crates.io` with a `uv-` prefix for now, it seems like the easiest path forward for everyone.

@wetneb please let us know if there's anything else blocking an official Debian package.

It'd probably make more sense to move the CLI into a separate crate from the core functionality.

At the very least it'd be nice to include some documentation for this process. I'm not sure how we'd expose this if we did. An alternative `uv build` output format?

Tracking docs in https://github.com/astral-sh/uv/issues/9867

I don't know if needs to be renamed, everyone says "Python" for "CPython". I think this is mostly a documentation concern?

As noted at https://github.com/astral-sh/uv/issues/8949#issuecomment-2465998739 — the challenge here is maintaining standards-compliance for the `project.dependencies` table. That's not a problem for `tool.uv.sources`, which is why that's easier to propagate throughout the...

> there is no way to say "install foo and root's dependencies". I presume `uv sync && uv sync --inexact --package foo` would work? We can probably find a better...