6 , bluetooth-sensor-state-data
7 , home-assistant-bluetooth
12 buildPythonPackage rec {
13 pname = "sensirion-ble";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "sensirion-ble";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-VeUfrQ/1Hqs9yueUKcv/ZpCDEEy84VDcZpuTT4fXSGw=";
27 substituteInPlace pyproject.toml \
28 --replace " --cov=sensirion_ble --cov-report=term-missing:skip-covered" ""
35 propagatedBuildInputs = [
37 bluetooth-sensor-state-data
38 home-assistant-bluetooth
42 pythonImportsCheck = [
47 description = "Parser for Sensirion BLE devices";
48 homepage = "https://github.com/akx/sensirion-ble";
49 license = licenses.mit;
50 maintainers = with maintainers; [ fab ];