summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cloup (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.cloup: remove superfluous pythonOlderGutyina Gergő2026-01-191-3/+1
* 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-2/+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-2/+2
* python3Packages.cloup: 3.0.7 -> 3.0.8R. Ryantm2025-08-051-2/+2
* python312Packages.cloup: 3.0.5 -> 3.0.7R. Ryantm2025-03-181-5/+5
* 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
* treewide: remove friedelino as maintainer (#320728)friedemann2024-06-181-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-22/+13
* python312Packages.cloup: 3.0.4 -> 3.0.5R. Ryantm2024-03-041-2/+2
* python310Packages.cloup: 3.0.3 -> 3.0.4R. Ryantm2024-01-021-2/+2
* python310Packages.cloup: 3.0.2 -> 3.0.3R. Ryantm2023-11-301-2/+2
* python310Packages.cloup: 3.0.1 -> 3.0.2R. Ryantm2023-09-171-2/+2
* python310Packages.cloup: add missing inputFabian Affolter2023-08-241-0/+3
* python310Packages.cloup: update disabledFabian Affolter2023-08-241-1/+1
* python310Packages.cloup: 3.0.0 -> 3.0.1R. Ryantm2023-08-241-2/+2
* python310Packages.cloup: 2.1.1 -> 3.0.0R. Ryantm2023-07-151-2/+2
* python310Packages.cloup: 2.1.0 -> 2.1.1R. Ryantm2023-06-141-2/+2
* python311Packages.cloup: add changelog to metaFabian Affolter2023-05-181-1/+5
* python311Packages.cloup: 2.0.0.post1 -> 2.1.0Fabian Affolter2023-05-181-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* 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.cloup: 1.0.1 -> 2.0.0.post1Martin Weinelt2023-01-051-2/+2
* python310Packages.cloup: 1.0.0 -> 1.0.1R. Ryantm2022-09-231-2/+2
* python310Packages.cloup: 0.15.1 -> 1.0.0R. Ryantm2022-07-311-2/+2
* python310Packages.cloup: 0.15.0 -> 0.15.1R. Ryantm2022-06-261-2/+2
* python310Packages.cloup: 0.14.0 -> 0.15.0R. Ryantm2022-06-161-2/+2
* python3Packages.cloup: init at 0.14.0Frido Friedemann2022-05-291-0/+44