| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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ütz | 2026-01-11 | 1 | -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 Hrachyshka | 2025-12-10 | 1 | -2/+2 |
| * | 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 Thalheim | 2024-07-29 | 1 | -1/+1 |
| * | treewide: remove vrthra from meta.maintainers [all orphans]•••Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642 Inactive since 2017 | Anderson Torres | 2024-07-07 | 1 | -1/+1 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -15/+12 |
| * | python310Packages.agate-excel: 0.3.0 -> 0.4.1 | R. Ryantm | 2023-11-27 | 1 | -2/+2 |
| * | python311Packages.agate-excel: add format•••- disable on unsupported Python releases | Fabian Affolter | 2023-11-02 | 1 | -0/+4 |
| * | python311Packages.agate-excel: equalize content | Fabian Affolter | 2023-11-02 | 1 | -6/+21 |
| * | python311Packages.agate-excel: add changelog to meta | Fabian Affolter | 2023-11-02 | 1 | -2/+3 |
| * | python311Packages.agate-excel: 0.2.5 -> 0.3.0 | R. Ryantm | 2023-11-01 | 1 | -2/+2 |
| * | 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 Girol | 2023-01-21 | 1 | -1/+1 |
| * | python310Packages.agate: Enable more tests | Jonas Heinrich | 2022-07-26 | 1 | -4/+1 |
| * | python3Packages.agate-excel: add missing olefile dep | Luke Granger-Brown | 2021-09-11 | 1 | -2/+2 |
| * | python3Packages.agate-excel: 0.2.3 -> 0.2.5 | Martin Weinelt | 2021-09-05 | 1 | -2/+2 |
| * | python3Packages.agate-excel: fix build | Robert T. McGibbon | 2021-05-10 | 1 | -5/+6 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy | volth | 2019-06-16 | 1 | -1/+1 |
| * | python.pkgs.agate-excel: 0.2.2 -> 0.2.3 | Robert Schütz | 2019-03-17 | 1 | -14/+21 |
| * | pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. | Frederik Rietdijk | 2018-06-23 | 1 | -1/+0 |
| * | python: agate-excel: 0.2.1 -> 0.2.2 | Frederik Rietdijk | 2018-02-03 | 1 | -2/+2 |
| * | agate-excel: refactor | Rahul Gopinath | 2017-05-03 | 1 | -0/+22 |
