adisbladis

Results 50 comments of adisbladis

> And note that to do it properly you need to implement the pubgrub and walk the dependency tree from the pyproject.toml to figure out what packages are actually required....

This is not really a Poetry2nix question, but more of a "How to package Python with Nix" question. This needs to be solved in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/272178 for more context...

> I was messing around with Arion for declarative containers on NixOS via Podman. I have discovered Podman does in fact provide a socket (you may need `dockerCompact` enabled on...

Bump! I'd really like to see some movement on this.

I suspect that what you're experiencing is the side effect of the old implementation having a lot of correctness issues. We now take all metadata in the wheel filename into...

As previously stated this is not an overlay issue. If the issue still persists it should be solved in nixpkgs.

I think this makes general sense. In the same spirit you should probably be able to pass many files (while not using flakes).

The patching done in the override needs to be adapted to whatever changed upstream.

See https://github.com/python-poetry/poetry/issues/8752

> It seems to me that most packages use only a very limited set of packages for build-system.requires. > Could poetry2nix read pyproject.toml and use a mapping from these names...