9 buildPythonPackage rec {
10 pname = "goveelights";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
17 inherit pname version;
18 hash = "sha256-A7tfY+aFzhfruCZ43usj1/CsTejbPMzHM8SYrY/TU1s=";
21 propagatedBuildInputs = [ requests ];
26 pythonImportsCheck = [ "goveelights" ];
29 description = "Python module for interacting with the Govee API";
30 homepage = "https://github.com/arcanearronax/govee_lights";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];