14 buildPythonPackage rec {
15 pname = "aio-geojson-nsw-rfs-incidents";
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
23 repo = "python-aio-geojson-nsw-rfs-incidents";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-HksiKfXhLASAgU81x7YiOXFmBLIkqJ9ldWLLY1ZbZlk=";
32 propagatedBuildInputs = [
38 __darwinAllowLocalNetworking = true;
46 pythonImportsCheck = [
47 "aio_geojson_nsw_rfs_incidents"
51 description = "Python module for accessing the NSW Rural Fire Service incidents feeds";
52 homepage = "https://github.com/exxamalte/python-aio-geojson-nsw-rfs-incidents";
53 changelog = "https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v${version}/CHANGELOG.md";
54 license = with licenses; [ asl20 ];
55 maintainers = with maintainers; [ fab ];