python312Packages.thermobeacon-ble: refactor

This commit is contained in:
Fabian Affolter
2024-12-15 11:03:34 +01:00
parent 50bc93ce73
commit ebcac5c0e6
@@ -29,9 +29,9 @@ buildPythonPackage rec {
--replace " --cov=thermobeacon_ble --cov-report=term-missing:skip-covered" ""
'';
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
bluetooth-data-tools
bluetooth-sensor-state-data
sensor-state-data
@@ -45,7 +45,7 @@ buildPythonPackage rec {
description = "Library for Thermobeacon BLE devices";
homepage = "https://github.com/bluetooth-devices/thermobeacon-ble";
changelog = "https://github.com/Bluetooth-Devices/thermobeacon-ble/releases/tag/v${version}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}