python312Packages.pyenphase: foramt with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-19 08:38:09 +02:00
parent d1a750bcf7
commit 1e4cdb9c60
1 changed files with 19 additions and 22 deletions

View File

@ -1,19 +1,20 @@
{ lib
, awesomeversion
, buildPythonPackage
, envoy-utils
, fetchFromGitHub
, httpx
, lxml
, orjson
, poetry-core
, pyjwt
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, respx
, syrupy
, tenacity
{
lib,
awesomeversion,
buildPythonPackage,
envoy-utils,
fetchFromGitHub,
httpx,
lxml,
orjson,
poetry-core,
pyjwt,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
respx,
syrupy,
tenacity,
}:
buildPythonPackage rec {
@ -35,9 +36,7 @@ buildPythonPackage rec {
--replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
'';
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
awesomeversion
@ -61,9 +60,7 @@ buildPythonPackage rec {
"test_with_7_x_firmware"
];
pythonImportsCheck = [
"pyenphase"
];
pythonImportsCheck = [ "pyenphase" ];
meta = with lib; {
description = "Library to control enphase envoy";