Commit 426f0b37 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.govee-ble: format with nixfmt

parent dbc5f470
Loading
Loading
Loading
Loading
+14 −19
Original line number Diff line number Diff line
{ 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";