lol

python312Packages.bthome-ble: format with nixfmt

+15 -20
+15 -20
pkgs/development/python-modules/bthome-ble/default.nix
··· 1 - { lib 2 - , bluetooth-data-tools 3 - , bluetooth-sensor-state-data 4 - , buildPythonPackage 5 - , cryptography 6 - , fetchFromGitHub 7 - , poetry-core 8 - , pytestCheckHook 9 - , pythonOlder 10 - , pytz 11 - , sensor-state-data 12 }: 13 14 buildPythonPackage rec { ··· 30 --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" 31 ''; 32 33 - build-system = [ 34 - poetry-core 35 - ]; 36 37 dependencies = [ 38 bluetooth-data-tools ··· 42 pytz 43 ]; 44 45 - nativeCheckInputs = [ 46 - pytestCheckHook 47 - ]; 48 49 - pythonImportsCheck = [ 50 - "bthome_ble" 51 - ]; 52 53 meta = with lib; { 54 description = "Library for BThome BLE devices";
··· 1 + { 2 + lib, 3 + bluetooth-data-tools, 4 + bluetooth-sensor-state-data, 5 + buildPythonPackage, 6 + cryptography, 7 + fetchFromGitHub, 8 + poetry-core, 9 + pytestCheckHook, 10 + pythonOlder, 11 + pytz, 12 + sensor-state-data, 13 }: 14 15 buildPythonPackage rec { ··· 31 --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" 32 ''; 33 34 + build-system = [ poetry-core ]; 35 36 dependencies = [ 37 bluetooth-data-tools ··· 41 pytz 42 ]; 43 44 + nativeCheckInputs = [ pytestCheckHook ]; 45 46 + pythonImportsCheck = [ "bthome_ble" ]; 47 48 meta = with lib; { 49 description = "Library for BThome BLE devices";