5 home-assistant-bluetooth,
12 buildPythonPackage rec {
13 pname = "bluetooth-sensor-state-data";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "Bluetooth-Devices";
21 repo = "bluetooth-sensor-state-data";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-Gsg6Gbb+nvrKr7vn9zUuPTPtSjqFJyMk7oLt7LUUn5A=";
27 substituteInPlace pyproject.toml \
28 --replace-fail " --cov=bluetooth_sensor_state_data --cov-report=term-missing:skip-covered" ""
31 build-system = [ poetry-core ];
34 home-assistant-bluetooth
38 nativeCheckInputs = [ pytestCheckHook ];
40 pythonImportsCheck = [ "bluetooth_sensor_state_data" ];
43 description = "Models for storing and converting Bluetooth Sensor State Data";
44 homepage = "https://github.com/bluetooth-devices/bluetooth-sensor-state-data";
45 changelog = "https://github.com/Bluetooth-Devices/bluetooth-sensor-state-data/releases/tag/v${version}";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ fab ];