14 buildPythonPackage rec {
15 pname = "aio-geojson-nsw-rfs-incidents";
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
23 repo = "python-aio-geojson-nsw-rfs-incidents";
25 sha256 = "sha256-rWlt4MYnuY+CzszFVDniWBnqpQW3WldSEl00ns3ko3U=";
28 propagatedBuildInputs = [
41 pythonImportsCheck = [
42 "aio_geojson_nsw_rfs_incidents"
46 description = "Python module for accessing the NSW Rural Fire Service incidents feeds";
47 homepage = "https://github.com/exxamalte/python-aio-geojson-nsw-rfs-incidents";
48 license = with licenses; [ asl20 ];
49 maintainers = with maintainers; [ fab ];