Loading
python313Packages.stanza: modernize and remove dependencies
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.