Commit b9d2d424 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.gotailwind: format with nixfmt

parent 557ca401
Loading
Loading
Loading
Loading
+21 −26
Original line number Diff line number Diff line
{ lib
, aiohttp
, aresponses
, awesomeversion
, backoff
, buildPythonPackage
, fetchFromGitHub
, mashumaro
, orjson
, poetry-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, syrupy
, typer
, yarl
, zeroconf
{
  lib,
  aiohttp,
  aresponses,
  awesomeversion,
  backoff,
  buildPythonPackage,
  fetchFromGitHub,
  mashumaro,
  orjson,
  poetry-core,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  syrupy,
  typer,
  yarl,
  zeroconf,
}:

buildPythonPackage rec {
@@ -38,9 +39,7 @@ buildPythonPackage rec {
      --replace-fail "--cov" ""
  '';

  build-system = [
    poetry-core
  ];
  build-system = [ poetry-core ];

  dependencies = [
    aiohttp
@@ -53,9 +52,7 @@ buildPythonPackage rec {
  ];

  passthru.optional-dependencies = {
    cli = [
      typer
    ];
    cli = [ typer ];
  };

  nativeCheckInputs = [
@@ -65,9 +62,7 @@ buildPythonPackage rec {
    syrupy
  ];

  pythonImportsCheck = [
    "gotailwind"
  ];
  pythonImportsCheck = [ "gotailwind" ];

  meta = with lib; {
    description = "Modul to communicate with Tailwind garage door openers";