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