summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/consonance (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove superfluous disabled•••There is no need to disable Python packages for Python versions that are no longer in Nixpkgs. This change was generated using the following script: pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$' for f in $(find -name '*.nix'); do grep -q "$pattern" "$f" || continue sed -i "/$pattern/d" "$f" if [ $(grep -c pythonOlder "$f") == 1 ]; then sed -i '/^\s*pythonOlder,\s*$/d' "$f" fi nixfmt "$f" done Robert Schütz2026-01-111-3/+0
* treewide: pytestFlagsArray -> enabledTestPaths (trivial)Yueh-Shun Li2025-06-121-1/+1
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python311Packages.consonance: refactorMoraxyc2024-11-091-5/+8
* python311Packages.consonance: fix buildMoraxyc2024-11-091-0/+6
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-19/+14
* python312Packages.consonance: unbreakPeder Bergebakken Sundt2024-04-181-0/+10
* treewide: switch to nativeCheckInputs•••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. Guillaume Girol2023-01-211-1/+1
* python3Packages.consonance: 0.1.3 -> 0.1.5Fabian Affolter2022-01-151-12/+34
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+1
* python3Packages.consonance: init at 0.1.3Maximilian Bosch2019-12-051-0/+29