python312Packages.bthome-ble: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-07 21:51:25 +02:00
parent 7b2440ca6c
commit 0d94a8820b

View File

@ -1,14 +1,15 @@
{ lib
, bluetooth-data-tools
, bluetooth-sensor-state-data
, buildPythonPackage
, cryptography
, fetchFromGitHub
, poetry-core
, pytestCheckHook
, pythonOlder
, pytz
, sensor-state-data
{
lib,
bluetooth-data-tools,
bluetooth-sensor-state-data,
buildPythonPackage,
cryptography,
fetchFromGitHub,
poetry-core,
pytestCheckHook,
pythonOlder,
pytz,
sensor-state-data,
}:
buildPythonPackage rec {
@ -30,9 +31,7 @@ buildPythonPackage rec {
--replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" ""
'';
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
bluetooth-data-tools
@ -42,13 +41,9 @@ buildPythonPackage rec {
pytz
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"bthome_ble"
];
pythonImportsCheck = [ "bthome_ble" ];
meta = with lib; {
description = "Library for BThome BLE devices";