17 buildPythonPackage rec {
18 pname = "aio-geojson-geonetnz-volcano";
22 disabled = pythonOlder "3.9";
24 src = fetchFromGitHub {
26 repo = "python-aio-geojson-geonetnz-volcano";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-B+jULYeel7efk7fB26zXQyS1ZCsmFVKlOkfnKWFQFJ4=";
31 build-system = [ setuptools ];
47 pythonImportsCheck = [ "aio_geojson_geonetnz_volcano" ];
49 __darwinAllowLocalNetworking = true;
52 description = "Python module for accessing the GeoNet NZ Volcanic GeoJSON feeds";
53 homepage = "https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano";
54 changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-volcano/blob/v${version}/CHANGELOG.md";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ fab ];