11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-hhTAD7ilBG3jBP3Ybb0iT5lAgYXXskWsZijQJ2WW5tI=";
25 # Fix test_num2date_precision by checking per platform precision
26 url = "https://github.com/Unidata/cftime/commit/221ff2195d588a43a7984597033b678f330fbc41.patch";
27 hash = "sha256-3XTJuET20g9QElM/8WGnNzJBFZ0oUN4ikhWKppwcyNM=";
32 sed -i "/--cov/d" setup.cfg
41 propagatedBuildInputs = [
49 pythonImportsCheck = [
54 description = "Time-handling functionality from netcdf4-python";
55 homepage = "https://github.com/Unidata/cftime";
56 license = licenses.mit;
57 maintainers = with maintainers; [ ];