Loading pkgs/development/python-modules/govee-ble/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, sensor-state-data, }: Loading @@ -17,8 +16,6 @@ buildPythonPackage rec { version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "govee-ble"; Loading @@ -42,11 +39,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "govee_ble" ]; meta = with lib; { meta = { description = "Library for Govee BLE devices"; homepage = "https://github.com/Bluetooth-Devices/govee-ble"; changelog = "https://github.com/bluetooth-devices/govee-ble/blob/${src.tag}/CHANGELOG.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/govee-ble/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ poetry-core, pytest-cov-stub, pytestCheckHook, pythonOlder, sensor-state-data, }: Loading @@ -17,8 +16,6 @@ buildPythonPackage rec { version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "govee-ble"; Loading @@ -42,11 +39,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "govee_ble" ]; meta = with lib; { meta = { description = "Library for Govee BLE devices"; homepage = "https://github.com/Bluetooth-Devices/govee-ble"; changelog = "https://github.com/bluetooth-devices/govee-ble/blob/${src.tag}/CHANGELOG.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; }