python3Packages.georss-qld-bushfire-alert-client: add format

This commit is contained in:
Fabian Affolter 2022-02-17 11:55:42 +01:00 committed by Jonathan Ringer
parent 07e656b2ac
commit 91f0d632dc

View file

@ -9,13 +9,15 @@
buildPythonPackage rec {
pname = "georss-qld-bushfire-alert-client";
version = "0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-georss-qld-bushfire-alert-client";
rev = "v${version}";
sha256 = "sha256-G7rIoG48MTWngtXCT5xzcjntzsYxtVWVhXflLsWY/dk=";
hash = "sha256-G7rIoG48MTWngtXCT5xzcjntzsYxtVWVhXflLsWY/dk=";
};
propagatedBuildInputs = [
@ -26,7 +28,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "georss_qld_bushfire_alert_client" ];
pythonImportsCheck = [
"georss_qld_bushfire_alert_client"
];
meta = with lib; {
description = "Python library for accessing Queensland Bushfire Alert feed";