python312Packages.pytrydan: format witrh nixfmt
This commit is contained in:
parent
bfa6d81029
commit
66d3e3b8eb
1 changed files with 17 additions and 20 deletions
|
@ -1,17 +1,18 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, httpx
|
||||
, orjson
|
||||
, poetry-core
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, respx
|
||||
, rich
|
||||
, syrupy
|
||||
, tenacity
|
||||
, typer
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
httpx,
|
||||
orjson,
|
||||
poetry-core,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
respx,
|
||||
rich,
|
||||
syrupy,
|
||||
tenacity,
|
||||
typer,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -33,9 +34,7 @@ buildPythonPackage rec {
|
|||
--replace-fail " --cov=pytrydan --cov-report=term-missing:skip-covered" ""
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [
|
||||
httpx
|
||||
|
@ -52,9 +51,7 @@ buildPythonPackage rec {
|
|||
syrupy
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pytrydan"
|
||||
];
|
||||
pythonImportsCheck = [ "pytrydan" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library to interface with V2C EVSE Trydan";
|
||||
|
|
Loading…
Reference in a new issue