python3Packages.georss-qld-bushfire-alert-client: add format
This commit is contained in:
parent
07e656b2ac
commit
91f0d632dc
@ -9,13 +9,15 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "georss-qld-bushfire-alert-client";
|
pname = "georss-qld-bushfire-alert-client";
|
||||||
version = "0.5";
|
version = "0.5";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "exxamalte";
|
owner = "exxamalte";
|
||||||
repo = "python-georss-qld-bushfire-alert-client";
|
repo = "python-georss-qld-bushfire-alert-client";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-G7rIoG48MTWngtXCT5xzcjntzsYxtVWVhXflLsWY/dk=";
|
hash = "sha256-G7rIoG48MTWngtXCT5xzcjntzsYxtVWVhXflLsWY/dk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -26,7 +28,9 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "georss_qld_bushfire_alert_client" ];
|
pythonImportsCheck = [
|
||||||
|
"georss_qld_bushfire_alert_client"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library for accessing Queensland Bushfire Alert feed";
|
description = "Python library for accessing Queensland Bushfire Alert feed";
|
||||||
|
Loading…
Reference in New Issue
Block a user