9 buildPythonPackage rec {
10 pname = "georss-wa-dfes-client";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "python-georss-wa-dfes-client";
20 hash = "sha256-s7qGTlWFdOtw0eMK7idld7HPOxO8CjODCmUi0WmRLdI=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
32 "georss_wa_dfes_client"
36 description = "Python library for accessing WA Department of Fire and Emergency Services (DFES) feed";
37 homepage = "https://github.com/exxamalte/python-georss-wa-dfes-client";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];