13 buildPythonPackage rec {
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-wQnE2hNT0UOnPJbHq1eayIO8g0XRZvEH6V19DL6RqoA=";
28 substituteInPlace pyproject.toml \
29 --replace " --cov=ld2410_ble --cov-report=term-missing:skip-covered" ""
32 nativeBuildInputs = [ poetry-core ];
34 propagatedBuildInputs = [
40 nativeCheckInputs = [ pytestCheckHook ];
42 pythonImportsCheck = [ "ld2410_ble" ];
45 description = "Library for the LD2410B modules from HiLinks";
46 homepage = "https://github.com/930913/ld2410-ble";
47 changelog = "https://github.com/930913/ld2410-ble/blob/v${version}/CHANGELOG.md";
48 license = with licenses; [ mit ];
49 maintainers = with maintainers; [ fab ];