summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/clikit (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: 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 Hrachyshka2025-12-101-3/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.clikit: refactorFabian Affolter2024-10-181-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 Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-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 Girol2023-01-211-1/+1
* python3Packages.clikit: relax crashtest constraint, enable testsMartin Weinelt2022-09-191-13/+50
* python2Packages.typing: we no longer need it for Python 3Frederik Rietdijk2021-04-031-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 ento2020-07-231-3/+5
* pythonPackages.clikit: 0.6.1 -> 0.6.2•••Also fix the build by adding the crashtest dependency. Martin Weinelt2020-06-211-4/+4
* python: clikit: 0.4.3 -> 0.6.1Frederik Rietdijk2020-06-111-2/+2
* python: remove isPy33, isPy34Pavol Rusnak2020-05-041-3/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python3Packages.clikit: 0.4.1 -> 0.4.3Jonathan Ringer2020-03-251-2/+2
* python: clikit: 0.3.2 -> 0.4.1Frederik Rietdijk2019-12-301-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. RyanTM2019-09-291-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. RyanTM2019-07-031-2/+2
* python: clikit: 0.2.3 -> 0.2.4Frederik Rietdijk2019-06-151-2/+2
* pythonPackages.clikit: init at 0.2.3Jake Waksbaum2019-01-101-0/+30