5 , bleak-retry-connector
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-A/4N3vmFuzg9vaPISs0P3KxRQZSquPpR1zYcYEePkTA=";
34 propagatedBuildInputs = [
49 substituteInPlace pyproject.toml \
50 --replace " --cov=yalexs_ble --cov-report=term-missing:skip-covered" ""
53 pythonImportsCheck = [
58 description = "Library for Yale BLE devices";
59 homepage = "https://github.com/bdraco/yalexs-ble";
60 changelog = "https://github.com/bdraco/yalexs-ble/blob/v${version}/CHANGELOG.md";
61 license = with licenses; [ gpl3Only ];
62 maintainers = with maintainers; [ fab ];