1 { lib, buildPythonPackage, fetchPypi, isPyPy, pytest
2 , numpy, zlib, netcdf, hdf5, curl, libjpeg, cython, cftime
4 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-uo3F1lKTqZ8a+4wqz1iNkD/f3BljpiVFtnf6JzQmKng=";
15 checkInputs = [ pytest ];
21 propagatedBuildInputs = [
38 # Variables used to configure the build process
40 HDF5_DIR = lib.getDev hdf5;
46 description = "Interface to netCDF library (versions 3 and 4)";
47 homepage = "https://pypi.python.org/pypi/netCDF4";
48 license = licenses.free; # Mix of license (all MIT* like)