summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cftime (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
* python313Packages.cftime: migrate to pytest-cov-stubPeder Bergebakken Sundt2025-03-091-5/+5
* python312Packages.cftime: 1.6.4 -> 1.6.4.post1R. Ryantm2024-11-211-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
* python3Packages.cftime: 1.6.3 -> 1.6.4Martin Weinelt2024-06-241-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-16/+11
* python3Packages.cftime: 1.6.2 -> 1.6.3Martin Weinelt2023-12-201-12/+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
* python3Packages.ctfime: fix platform-dependant test failureMartin Weinelt2022-11-191-5/+15
* python310Packages.cftime: 1.6.1 -> 1.6.2R. Ryantm2022-09-191-2/+2
* python310Packages.cftime: 1.6.0 -> 1.6.1R. Ryantm2022-07-011-2/+2
* python310Packages.cftime: 1.5.2 -> 1.6.0R. Ryantm2022-03-041-2/+2
* python3Packages.cftime: enable testsFabian Affolter2022-01-251-15/+23
* python310Packages.cftime: 1.5.1.1 -> 1.5.2R. Ryantm2022-01-241-2/+2
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+0
* python38Packages.cftime: 1.5.1 -> 1.5.1.1R. Ryantm2021-11-021-2/+2
* python3Packages.cftime: 1.5.0 -> 1.5.1Martin Weinelt2021-10-111-2/+2
* pythonPackages: deprecate pytestcov aliasSandro Jäckel2021-07-211-2/+2
* python3Packages.cftime: 1.4.1 -> 1.5.0Martin Weinelt2021-06-211-2/+2
* python37Packages.cftime: 1.3.1 -> 1.4.1R. RyanTM2021-02-021-2/+2
* python37Packages.cftime: 1.3.0 -> 1.3.1R. RyanTM2021-01-181-2/+2
* Merge master into staging-nextFrederik Rietdijk2020-11-271-2/+2
|\
| * python37Packages.cftime: 1.2.1 -> 1.3.0R. RyanTM2020-11-251-2/+2
* | pythonPackages.cftime: fix crossFrederik Rietdijk2020-11-191-7/+18
|/
* python: editorconfig fixeszowoq2020-08-271-1/+1
* python: cftime: 1.1.3 -> 1.2.1Frederik Rietdijk2020-08-161-2/+2
* python27Packages.cftime: 1.1.2 -> 1.1.3R. RyanTM2020-05-271-2/+2
* python27Packages.cftime: 1.0.4.2 -> 1.1.2R. RyanTM2020-05-061-2/+2
* python: cftime: 1.0.3.4 -> 1.0.4.2Frederik Rietdijk2019-10-271-2/+2
* python37Packages.cftime: 1.0.2.1 -> 1.0.3.4 (#52108)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-cftime/versionsR. RyanTM2018-12-151-2/+2
* python36Packages.cftime: 1.0.1 -> 1.0.2.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-cftime/versions R. RyanTM2018-11-081-2/+2
* python: cftime: 1.0.0 -> 1.0.1Frederik Rietdijk2018-08-251-2/+2
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-2/+1
* python.pkgs.cftime: init at 1.0.0Frederik Rietdijk2018-06-221-0/+32