Commit 3b87eaf7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyinsteon: format with nixfmt

parent e30c6950
Loading
Loading
Loading
Loading
+18 −21
Original line number Diff line number Diff line
{ lib
, aiofiles
, aiohttp
, async-timeout
, async-generator
, buildPythonPackage
, fetchFromGitHub
, pypubsub
, pyserial
, pyserial-asyncio
, pytestCheckHook
, pythonAtLeast
, pythonOlder
, setuptools
, voluptuous
{
  lib,
  aiofiles,
  aiohttp,
  async-timeout,
  async-generator,
  buildPythonPackage,
  fetchFromGitHub,
  pypubsub,
  pyserial,
  pyserial-asyncio,
  pytestCheckHook,
  pythonAtLeast,
  pythonOlder,
  setuptools,
  voluptuous,
}:

buildPythonPackage rec {
@@ -29,9 +30,7 @@ buildPythonPackage rec {
    hash = "sha256-s8YRDu+UpU1sisdscd87CpcLl3csOUDdIuKqx48GZsw=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    aiofiles
@@ -58,9 +57,7 @@ buildPythonPackage rec {
    "tests/test_handlers/"
  ];

  pythonImportsCheck = [
    "pyinsteon"
  ];
  pythonImportsCheck = [ "pyinsteon" ];

  meta = with lib; {
    description = "Python library to support Insteon home automation projects";