3 bluetooth-sensor-state-data,
14 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
21 src = fetchFromGitHub {
22 owner = "Bluetooth-Devices";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-rwOFKxUlbbNIDJRdCmZpHstXwxcTnvlExgcVDdGbIVY=";
28 build-system = [ poetry-core ];
31 bluetooth-sensor-state-data
41 pythonImportsCheck = [ "atc_ble" ];
44 description = "Library for ATC devices with custom firmware";
45 homepage = "https://github.com/Bluetooth-Devices/atc-ble";
46 changelog = "https://github.com/Bluetooth-Devices/atc-ble/releases/tag/v${version}";
47 license = with licenses; [ mit ];
48 maintainers = with maintainers; [ fab ];