16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-4iIs/M9fzGJsnKCDSl09OTUoh7j6REBXuutE5uXFe3k=";
30 nativeBuildInputs = [ gfortran ];
32 propagatedBuildInputs = [
40 nativeCheckInputs = [ netcdf4 ];
45 ${python.interpreter} utests.py
49 pythonImportsCheck = [ "wrf" ];
52 description = "WRF postprocessing library for Python";
53 homepage = "http://wrf-python.rtfd.org";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ mhaselsteiner ];