3 , bluetooth-sensor-state-data
12 buildPythonPackage rec {
13 pname = "qingping-ble";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "bluetooth-devices";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-5w3KGJLdHFv6kURKTz3YImZNjaETiVqbbJTJpBSLSo8=";
30 propagatedBuildInputs = [
32 bluetooth-sensor-state-data
41 substituteInPlace pyproject.toml \
42 --replace " --cov=qingping_ble --cov-report=term-missing:skip-covered" ""
45 pythonImportsCheck = [
50 description = "Library for Qingping BLE devices";
51 homepage = "https://github.com/bluetooth-devices/qingping-ble";
52 changelog = "https://github.com/Bluetooth-Devices/qingping-ble/blob/v${version}/CHANGELOG.md";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];