python312Packages.pyinsteon: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-12 09:23:15 +02:00
parent e30c69507d
commit 3b87eaf7bf
@@ -1,18 +1,19 @@
{ 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";