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