python3Packages.georss-tfs-incidents-client: add format
This commit is contained in:
parent
91f0d632dc
commit
26b26fb834
1 changed files with 6 additions and 2 deletions
|
@ -9,13 +9,15 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "georss-tfs-incidents-client";
|
pname = "georss-tfs-incidents-client";
|
||||||
version = "0.3";
|
version = "0.3";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "exxamalte";
|
owner = "exxamalte";
|
||||||
repo = "python-georss-tfs-incidents-client";
|
repo = "python-georss-tfs-incidents-client";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11nvwrjzax4yy6aj971yym05yyizwfafy4ccsyy1qpwbs6dwbw7m";
|
hash = "sha256-9fDFm9GLXxy814wR75TjP3pfQPU+nCSV8Z509WXm24Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -26,7 +28,9 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "georss_tfs_incidents_client" ];
|
pythonImportsCheck = [
|
||||||
|
"georss_tfs_incidents_client"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library for accessing Tasmania Fire Service Incidents feed";
|
description = "Python library for accessing Tasmania Fire Service Incidents feed";
|
||||||
|
|
Loading…
Reference in a new issue