4 , bleak-retry-connector
13 buildPythonPackage rec {
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
21 owner = "Bluetooth-Devices";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-8DBA01QjW99OVYI9zC1Q+utnwzc10idUG7y+lmUbO4A=";
28 substituteInPlace pyproject.toml \
29 --replace " --cov=led_ble --cov-report=term-missing:skip-covered" ""
36 propagatedBuildInputs = [
40 ] ++ lib.optionals (pythonOlder "3.11") [
48 pythonImportsCheck = [
53 description = "Library for LED BLE devices";
54 homepage = "https://github.com/Bluetooth-Devices/led-ble";
55 changelog = "https://github.com/Bluetooth-Devices/led-ble/blob/v${version}/CHANGELOG.md";
56 license = with licenses; [ mit ];
57 maintainers = with maintainers; [ fab ];