25 buildPythonPackage rec {
30 disabled = pythonOlder "3.10";
33 inherit pname version;
34 hash = "sha256-AckQ1WNMaafv3sRuChfUc9Iyh2fwAdTcC1xLSOWFyL0=";
37 build-system = [ setuptools-scm ];
41 geos # for geos-config
58 optional-dependencies = {
73 ] ++ lib.flatten (lib.attrValues optional-dependencies);
76 export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf
84 "'not network and not natural_earth'"
88 "test_gridliner_constrained_adjust_datalim"
89 "test_gridliner_labels_bbox_style"
93 description = "Process geospatial data to create maps and perform analyses";
94 homepage = "https://scitools.org.uk/cartopy/docs/latest/";
95 changelog = "https://github.com/SciTools/cartopy/releases/tag/v${version}";
96 license = licenses.lgpl3Plus;
97 maintainers = with maintainers; [ ];
98 mainProgram = "feature_download";