summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aocd-example-parser (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: remove unused rec expressionsSigmanificient2025-03-141-1/+1
* python313Packages.aocd-example-parser: 2023.12.20 -> 2024.12.25wxt2025-02-171-10/+7
* python312Packages.aocd-example-parser: unstable-2023-12-17 -> 2023.12.20•••Diff: https://github.com/wimglenn/aocd-example-parser/compare/07330183f3e43401444fe17b08d72eb6168504e1...2023.12.20 Fabian Affolter2024-11-141-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-8/+7
* aocd-example-parser: init at unstable-2023-12-17•••Default implementation of an example parser plugin for advent-of-code-data https://github.com/wimglenn/aocd-example-parser Fabian Affolter2024-01-271-0/+37