python3Packages.georss-wa-dfes-client: add format

This commit is contained in:
Fabian Affolter 2022-02-17 11:59:33 +01:00 committed by Jonathan Ringer
parent 26b26fb834
commit 66d7302524

View file

@ -9,13 +9,15 @@
buildPythonPackage rec {
pname = "georss-wa-dfes-client";
version = "0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-georss-wa-dfes-client";
rev = "v${version}";
sha256 = "01fk67kc6ww88yzsans8g81i6j7s0276gma5fk76la1c8vj2ifs7";
hash = "sha256-R7so5EYsKGrOdEXVZ44A+kgTA3pIW6W/R4hzw+Yx0wU=";
};
propagatedBuildInputs = [
@ -26,7 +28,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "georss_wa_dfes_client" ];
pythonImportsCheck = [
"georss_wa_dfes_client"
];
meta = with lib; {
description = "Python library for accessing WA Department of Fire and Emergency Services (DFES) feed";