python3Packages.georss-tfs-incidents-client: add format

This commit is contained in:
Fabian Affolter 2022-02-17 11:57:14 +01:00 committed by Jonathan Ringer
parent 91f0d632dc
commit 26b26fb834

View file

@ -9,13 +9,15 @@
buildPythonPackage rec {
pname = "georss-tfs-incidents-client";
version = "0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-georss-tfs-incidents-client";
rev = "v${version}";
sha256 = "11nvwrjzax4yy6aj971yym05yyizwfafy4ccsyy1qpwbs6dwbw7m";
hash = "sha256-9fDFm9GLXxy814wR75TjP3pfQPU+nCSV8Z509WXm24Y=";
};
propagatedBuildInputs = [
@ -26,7 +28,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "georss_tfs_incidents_client" ];
pythonImportsCheck = [
"georss_tfs_incidents_client"
];
meta = with lib; {
description = "Python library for accessing Tasmania Fire Service Incidents feed";