summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/click-shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reapply "Merge remote-tracking branch 'origin/master' into staging-next"•••This reverts commit 106b1418bc30cbae35addcb643a883e22de9573b. Restores the commits lost during the revert of a merge on staging-next. Martin Weinelt2025-08-231-5/+8
* Revert "Merge remote-tracking branch 'origin/master' into staging-next"•••This reverts commit 28cafe5795ca21bd902bba7ce83cd4909a26c7b7, reversing changes made to 281c9189d4b015a8f0f405690463489d6bdd3f1b. Broken merge due to mergiraf removing many newlines from python-packages.nix. Martin Weinelt2025-08-151-8/+5
* python313Packages.click-shell: refactorFabian Affolter2025-08-151-5/+8
* treewide: substitute pname for strings (python3Packages.[a-g].*)Peder Bergebakken Sundt2025-05-251-1/+1
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* 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-12/+9
* 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.click-shell: init at 2.1binsky2022-10-231-0/+49