python312Packages.pyrainbird: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-11 22:53:06 +02:00
parent c019fcde71
commit fa030ff6a5
@@ -1,24 +1,25 @@
{ lib
, aiohttp-retry
, buildPythonPackage
, fetchFromGitHub
, freezegun
, ical
, mashumaro
, parameterized
, pycryptodome
, pytest-aiohttp
, pytest-asyncio
, pytest-golden
, pytest-mock
, pytestCheckHook
, python-dateutil
, pythonOlder
, pyyaml
, requests
, requests-mock
, responses
, setuptools
{
lib,
aiohttp-retry,
buildPythonPackage,
fetchFromGitHub,
freezegun,
ical,
mashumaro,
parameterized,
pycryptodome,
pytest-aiohttp,
pytest-asyncio,
pytest-golden,
pytest-mock,
pytestCheckHook,
python-dateutil,
pythonOlder,
pyyaml,
requests,
requests-mock,
responses,
setuptools,
}:
buildPythonPackage rec {
@@ -40,9 +41,7 @@ buildPythonPackage rec {
--replace-fail "--cov=pyrainbird --cov-report=term-missing" ""
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp-retry
@@ -68,9 +67,7 @@ buildPythonPackage rec {
responses
];
pythonImportsCheck = [
"pyrainbird"
];
pythonImportsCheck = [ "pyrainbird" ];
meta = with lib; {
description = "Module to interact with Rainbird controllers";