| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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ütz | 2026-01-11 | 1 | -3/+0 |
| * | treewide: clean up 'meta = with' pattern•••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> | Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| * | python312Packages.clikit: refactor | Fabian Affolter | 2024-10-18 | 1 | -33/+16 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -29/+30 |
| * | 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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.clikit: relax crashtest constraint, enable tests | Martin Weinelt | 2022-09-19 | 1 | -13/+50 |
| * | python2Packages.typing: we no longer need it for Python 3 | Frederik Rietdijk | 2021-04-03 | 1 | -1/+1 |
| * | pythonPackages.clikit: fix dependency on crashtest•••From clikit's pyproject.toml: > Crashtest is only needed for Python ^3.6 to provide > better error messsages | ento | 2020-07-23 | 1 | -3/+5 |
| * | pythonPackages.clikit: 0.6.1 -> 0.6.2•••Also fix the build by adding the crashtest dependency. | Martin Weinelt | 2020-06-21 | 1 | -4/+4 |
| * | python: clikit: 0.4.3 -> 0.6.1 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | python: remove isPy33, isPy34 | Pavol Rusnak | 2020-05-04 | 1 | -3/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python3Packages.clikit: 0.4.1 -> 0.4.3 | Jonathan Ringer | 2020-03-25 | 1 | -2/+2 |
| * | python: clikit: 0.3.2 -> 0.4.1 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | python37Packages.clikit: 0.3.1 -> 0.3.2•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-clikit/versions | R. RyanTM | 2019-09-29 | 1 | -2/+2 |
| * | python37Packages.clikit: 0.2.4 -> 0.3.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-clikit/versions | R. RyanTM | 2019-07-03 | 1 | -2/+2 |
| * | python: clikit: 0.2.3 -> 0.2.4 | Frederik Rietdijk | 2019-06-15 | 1 | -2/+2 |
| * | pythonPackages.clikit: init at 0.2.3 | Jake Waksbaum | 2019-01-10 | 1 | -0/+30 |
