13 buildPythonPackage rec {
14 pname = "aio-geojson-generic-client";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
22 repo = "python-aio-geojson-generic-client";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-toDvliFMxicaEhlxb7wCadDJErpsIPcZbJz7TpO83GE=";
27 propagatedBuildInputs = [
33 __darwinAllowLocalNetworking = true;
41 pythonImportsCheck = [
42 "aio_geojson_generic_client"
46 description = "Python library for accessing GeoJSON feeds";
47 homepage = "https://github.com/exxamalte/python-aio-geojson-generic-client";
48 changelog = "https://github.com/exxamalte/python-aio-geojson-generic-client/blob/v${version}/CHANGELOG.md";
49 license = with licenses; [ asl20 ];
50 maintainers = with maintainers; [ fab ];