8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-x6lrkCumEpLoGMILCBBhnWuBps21C8wauS1QrE2yCn8=";
18 propagatedBuildInputs = [ requests pillow ];
20 pythonImportsCheck = [ "staticmap" ];
22 # Tests seem to be broken
26 description = "A small, python-based library for creating map images with lines and markers";
27 homepage = "https://pypi.org/project/staticmap/";
28 license = with licenses; [ asl20 ];
29 maintainers = with maintainers; [ traxys ];