4 , bleak-retry-connector
12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-wQnE2hNT0UOnPJbHq1eayIO8g0XRZvEH6V19DL6RqoA=";
27 substituteInPlace pyproject.toml \
28 --replace " --cov=ld2410_ble --cov-report=term-missing:skip-covered" ""
35 propagatedBuildInputs = [
45 pythonImportsCheck = [
50 description = "Library for the LD2410B modules from HiLinks";
51 homepage = "https://github.com/930913/ld2410-ble";
52 changelog = "https://github.com/930913/ld2410-ble/blob/v${version}/CHANGELOG.md";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];