summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aspell-python
AgeCommit message (Collapse)Author
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-06-12treewide: pytestFlagsArray -> enabledTestPaths (trivial)Yueh-Shun Li
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