summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cpe (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
* pythonPackages.cpe: replace lgpl3Only to lgpl3Plustochiaha2025-03-211-1/+1
* pythonPackages.cpe: replace gpl3Only to lgpl3Onlytochiaha2025-03-191-1/+1
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python312Packages.cpe: 1.3.0 -> 1.3.1R. Ryantm2024-10-041-2/+2
* python312Packages.cpe: 1.2.1 -> 1.3.0•••Diff: https://github.com/nilp0inter/cpe/compare/refs/tags/v1.2.1...v1.3.0 Changelog: https://github.com/nilp0inter/cpe/releases/tag/v1.3.0 Robert Schütz2024-08-131-9/+3
* python312Packages.cpe: enable testsFabian Affolter2024-07-071-4/+18
* python312Packages.cpe: init at 1.2.1•••Update pkgs/development/python-modules/cpe/default.nix Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Update pkgs/development/python-modules/cpe/default.nix Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> Update pkgs/development/python-modules/cpe/default.nix Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch> python312Packages.cpe: init at 1.2.1 python312Packages.cpe: init at 1.2.1 tahanonu2024-07-071-0/+29