16 buildPythonPackage rec {
17 pname = "aio-geojson-client";
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
25 repo = "python-aio-geojson-client";
26 rev = "refs/tags/v${version}";
27 hash = "sha256-zHgqsl278XBr2X8oQOsnIQxfyYuB5G8NLcTNy4oerUI=";
30 pythonRelaxDeps = [ "geojson" ];
32 __darwinAllowLocalNetworking = true;
34 build-system = [ setuptools ];
49 pythonImportsCheck = [ "aio_geojson_client" ];
52 description = "Python module for accessing GeoJSON feeds";
53 homepage = "https://github.com/exxamalte/python-aio-geojson-client";
54 changelog = "https://github.com/exxamalte/python-aio-geojson-client/blob/v${version}/CHANGELOG.md";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ fab ];