Commit 66d3e3b8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pytrydan: format witrh nixfmt

parent bfa6d810
Loading
Loading
Loading
Loading
+17 −20
Original line number Diff line number Diff line
{ 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";