7 buildPythonPackage rec {
8 pname = "limitlessled";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0pd71wxqjvznx10brsj1sgy3420bz7awbzk9jlj422rrdxql754j";
18 description = "Control LimitlessLED products";
19 homepage = "https://github.com/happyleavesaoc/python-limitlessled/";
20 license = licenses.mit;
21 maintainers = with maintainers; [ sephalon ];