13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 hash = "sha256-oXHAJ9rrNLJMJKO2MEGVuOq7tvEMdIJW7Tz+GYBjg88=";
30 propagatedBuildInputs = [ h5py ];
37 dontUseSetuptoolsCheck = true;
39 pythonImportsCheck = [ "h5netcdf" ];
42 description = "netCDF4 via h5py";
43 homepage = "https://github.com/shoyer/h5netcdf";
44 changelog = "https://github.com/h5netcdf/h5netcdf/releases/tag/v${version}";
45 license = licenses.bsd3;