python312Packages.total-connect-client: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-11 10:04:45 +02:00
parent 0a04e3bbcc
commit bc9e5ecab4
@@ -1,10 +1,11 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
, zeep
{
lib,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
zeep,
}:
buildPythonPackage rec {
@@ -21,21 +22,13 @@ buildPythonPackage rec {
hash = "sha256-NGiI4gn59U7NiRYtB6UydxOu+lVtmbl8qF3nbAjiYwk=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
zeep
];
dependencies = [ zeep ];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"total_connect_client"
];
pythonImportsCheck = [ "total_connect_client" ];
meta = with lib; {
description = "Interact with Total Connect 2 alarm systems";