python313Packages.stanza: modernize and remove dependencies#491614
python313Packages.stanza: modernize and remove dependencies#491614SuperSandro2000 merged 2 commits intoNixOS:masterfrom
Conversation
33e3b6f to
8d66dbb
Compare
|
|
I can't reproduce the cltk build failure locally ( |
Switch to pyproject and use `finalAttrs` instead of a recursive attribute set. Additionally, remove the following dependencies: - toml: stanza will use tomllib when available (added in python 3.11), which appears to be the minimum supported cpython in nix. - six: upstream no longer requires six.
|
Ah, I can reproduce with nixpkg-review. This seems to be related to #491060, so I'm trying a rebase. |
8d66dbb to
5662d96
Compare
|
Hi @Stebalien, thanks a lot for your work on this. That really is appreciated. I'm kinda out of capacity right now because of my day job. If you want we can share maintainership, or you adopt it. |
5662d96 to
2a52e41
Compare
|
I'm not a heavy user of this package (I'm just trying to get libretranslate into better shape), but I'm happy to share maintainership, at least until someone more invested in this package comes along. |
Nope, it still fails. It looks like that PR broke https://hydra.nixos.org/build/321967805. |
|
Waiting on #491824 |
|
Link to currently reviewing PR: Logs can be found under:
|
This PR switches to pyproject and uses
finalAttrsinstead of a recursive attribute set. I've also added myself as a co-maintainer at @riotbib's request.Additionally, it removes the following dependencies:
appears to be the minimum supported cpython in nix.
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.