python311Packages.gotailwind: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-16 09:29:27 +02:00
parent 557ca40141
commit b9d2d424ac

View File

@ -1,20 +1,21 @@
{ lib {
, aiohttp lib,
, aresponses aiohttp,
, awesomeversion aresponses,
, backoff awesomeversion,
, buildPythonPackage backoff,
, fetchFromGitHub buildPythonPackage,
, mashumaro fetchFromGitHub,
, orjson mashumaro,
, poetry-core orjson,
, pytest-asyncio poetry-core,
, pytestCheckHook pytest-asyncio,
, pythonOlder pytestCheckHook,
, syrupy pythonOlder,
, typer syrupy,
, yarl typer,
, zeroconf yarl,
zeroconf,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -38,9 +39,7 @@ buildPythonPackage rec {
--replace-fail "--cov" "" --replace-fail "--cov" ""
''; '';
build-system = [ build-system = [ poetry-core ];
poetry-core
];
dependencies = [ dependencies = [
aiohttp aiohttp
@ -53,9 +52,7 @@ buildPythonPackage rec {
]; ];
passthru.optional-dependencies = { passthru.optional-dependencies = {
cli = [ cli = [ typer ];
typer
];
}; };
nativeCheckInputs = [ nativeCheckInputs = [
@ -65,9 +62,7 @@ buildPythonPackage rec {
syrupy syrupy
]; ];
pythonImportsCheck = [ pythonImportsCheck = [ "gotailwind" ];
"gotailwind"
];
meta = with lib; { meta = with lib; {
description = "Modul to communicate with Tailwind garage door openers"; description = "Modul to communicate with Tailwind garage door openers";