4 bluetooth-sensor-state-data,
15 buildPythonPackage rec {
20 disabled = pythonOlder "3.9";
22 src = fetchFromGitHub {
23 owner = "Bluetooth-Devices";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-TlZyNGfHNKN+6tCKepLS+fbgfq3a1uzeCXl25khl6d8=";
30 substituteInPlace pyproject.toml \
31 --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" ""
34 build-system = [ poetry-core ];
38 bluetooth-sensor-state-data
44 nativeCheckInputs = [ pytestCheckHook ];
46 pythonImportsCheck = [ "bthome_ble" ];
49 description = "Library for BThome BLE devices";
50 homepage = "https://github.com/Bluetooth-Devices/bthome-ble";
51 changelog = "https://github.com/bluetooth-devices/bthome-ble/blob/v${version}/CHANGELOG.md";
52 license = licenses.mit;
53 maintainers = with maintainers; [ fab ];