summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/wrf-python
AgeCommit message (Collapse)Author
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-07-21python3Packages.wrf-python: 1.3.3 -> 1.3.4.1Martin Weinelt
2022-05-30treewide: pkgs/development/python-modules: mark broken for aarch64-linuxRick van Schijndel
2022-05-30treewide: pkgs/development/python-modules: mark broken for darwinRick van Schijndel
2022-03-19python3Packages.wrf-python: remove duplicate inputFabian Affolter
2022-03-19python3Packages.wrf-python: add pythonImportsCheckFabian Affolter
2022-03-19python310Packages.wrf-python: 1.3.2.6 -> 1.3.3R. Ryantm
2022-01-21python310Packages.wrf-python: 1.3.2 -> 1.3.2.6R. Ryantm
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-11-18python: wrf-python : 1.3.1.1 -> 1.3.2mhaselsteiner
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-03-07pythonPackages.wrf-python: Fix build (#56989)Josef Kemetmüller
The latest changes to support better cross-compilation compatibility have introduced a stricter handling of dependency specification in python. Since b4acd977, gfortran should be put into nativeBuildInputs, as it's a build-time only dependency for wrf-python. Similarly, mock is only required when testing, so it should go to checkInputs.
2019-01-30pythonPackages.wrf-python: init at 1.3.1.1mhaselsteiner