10 buildPythonPackage rec {
11 pname = "georss-wa-dfes-client";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "python-georss-wa-dfes-client";
21 hash = "sha256-s7qGTlWFdOtw0eMK7idld7HPOxO8CjODCmUi0WmRLdI=";
24 propagatedBuildInputs = [ georss-client ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "georss_wa_dfes_client" ];
31 description = "Python library for accessing WA Department of Fire and Emergency Services (DFES) feed";
32 homepage = "https://github.com/exxamalte/python-georss-wa-dfes-client";
33 license = with licenses; [ asl20 ];
34 maintainers = with maintainers; [ fab ];