python312Packages.govee-ble: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-25 17:29:29 +02:00
parent dbc5f47013
commit 426f0b377f
1 changed files with 14 additions and 19 deletions

View File

@ -1,13 +1,14 @@
{ lib
, bluetooth-data-tools
, bluetooth-sensor-state-data
, buildPythonPackage
, fetchFromGitHub
, home-assistant-bluetooth
, poetry-core
, pytestCheckHook
, pythonOlder
, sensor-state-data
{
lib,
bluetooth-data-tools,
bluetooth-sensor-state-data,
buildPythonPackage,
fetchFromGitHub,
home-assistant-bluetooth,
poetry-core,
pytestCheckHook,
pythonOlder,
sensor-state-data,
}:
buildPythonPackage rec {
@ -29,9 +30,7 @@ buildPythonPackage rec {
--replace-fail " --cov=govee_ble --cov-report=term-missing:skip-covered" ""
'';
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
bluetooth-data-tools
@ -40,13 +39,9 @@ buildPythonPackage rec {
sensor-state-data
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"govee_ble"
];
pythonImportsCheck = [ "govee_ble" ];
meta = with lib; {
description = "Library for Govee BLE devices";