2 , bluetooth-sensor-state-data
12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "Bluetooth-Devices";
23 hash = "sha256-rwOFKxUlbbNIDJRdCmZpHstXwxcTnvlExgcVDdGbIVY=";
30 propagatedBuildInputs = [
31 bluetooth-sensor-state-data
41 substituteInPlace pyproject.toml \
42 --replace " --cov=atc_ble --cov-report=term-missing:skip-covered" ""
45 pythonImportsCheck = [
50 description = "Library for ATC devices with custom firmware";
51 homepage = "https://github.com/Bluetooth-Devices/atc-ble";
52 license = with licenses; [ mit ];
53 maintainers = with maintainers; [ fab ];