summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aspell-python
AgeCommit message (Collapse)Author
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-05-07python312Packages.aspell-python: use pyproject = trueTomaSajt
2023-07-23treewide: reduce packages I maintainerSandro Jäckel
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-01-13python310Packages.aspell-python: disable failing testsFabian Affolter
2021-02-13python3Packages.aspell-python: init at 1.15Sandro Jäckel