7 home-assistant-bluetooth,
14 buildPythonPackage rec {
15 pname = "ibeacon-ble";
19 disabled = pythonOlder "3.9";
21 src = fetchFromGitHub {
22 owner = "Bluetooth-Devices";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-1liSWxduYpjIMu7226EH4bsc7gca5g/fyL79W4ZMdU4=";
29 substituteInPlace pyproject.toml \
30 --replace-fail " --cov=ibeacon_ble --cov-report=term-missing:skip-covered" ""
33 nativeBuildInputs = [ poetry-core ];
35 propagatedBuildInputs = [
38 home-assistant-bluetooth
42 nativeCheckInputs = [ pytestCheckHook ];
44 pythonImportsCheck = [ "ibeacon_ble" ];
47 description = "Library for iBeacon BLE devices";
48 homepage = "https://github.com/Bluetooth-Devices/ibeacon-ble";
49 changelog = "https://github.com/Bluetooth-Devices/ibeacon-ble/blob/v${version}/CHANGELOG.md";
50 license = with licenses; [ mit ];
51 maintainers = with maintainers; [ fab ];