2 , bluetooth-sensor-state-data
5 , home-assistant-bluetooth
12 buildPythonPackage rec {
13 pname = "sensorpush-ble";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "Bluetooth-Devices";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-17Yzpbcy/r+GlkLktgghehfAEboZHMbB/Dze1no4I80=";
30 propagatedBuildInputs = [
31 bluetooth-sensor-state-data
32 home-assistant-bluetooth
41 substituteInPlace pyproject.toml \
42 --replace " --cov=sensorpush_ble --cov-report=term-missing:skip-covered" ""
45 pythonImportsCheck = [
50 description = "Library for SensorPush BLE devices";
51 homepage = "https://github.com/Bluetooth-Devices/sensorpush-ble";
52 changelog = "https://github.com/Bluetooth-Devices/sensorpush-ble/releases/tag/v${version}";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];