summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/agate-excel (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: 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
* 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 vrthra from meta.maintainers [all orphans]•••Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642 Inactive since 2017 Anderson Torres2024-07-071-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-15/+12
* python310Packages.agate-excel: 0.3.0 -> 0.4.1R. Ryantm2023-11-271-2/+2
* python311Packages.agate-excel: add format•••- disable on unsupported Python releasesFabian Affolter2023-11-021-0/+4
* python311Packages.agate-excel: equalize contentFabian Affolter2023-11-021-6/+21
* python311Packages.agate-excel: add changelog to metaFabian Affolter2023-11-021-2/+3
* python311Packages.agate-excel: 0.2.5 -> 0.3.0R. Ryantm2023-11-011-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 Girol2023-01-211-1/+1
* python310Packages.agate: Enable more testsJonas Heinrich2022-07-261-4/+1
* python3Packages.agate-excel: add missing olefile depLuke Granger-Brown2021-09-111-2/+2
* python3Packages.agate-excel: 0.2.3 -> 0.2.5Martin Weinelt2021-09-051-2/+2
* python3Packages.agate-excel: fix buildRobert T. McGibbon2021-05-101-5/+6
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* python.pkgs.agate-excel: 0.2.2 -> 0.2.3Robert Schütz2019-03-171-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 Rietdijk2018-06-231-1/+0
* python: agate-excel: 0.2.1 -> 0.2.2Frederik Rietdijk2018-02-031-2/+2
* agate-excel: refactorRahul Gopinath2017-05-031-0/+22