Loading pkgs/development/python-modules/govee-ble/default.nix +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 { Loading @@ -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 Loading @@ -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"; Loading Loading
pkgs/development/python-modules/govee-ble/default.nix +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 { Loading @@ -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 Loading @@ -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"; Loading