8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1s1xyw5hkfr4rlni1p9z4941pp1740fsg4a3b23a618hv2p1i4ww";
17 propagatedBuildInputs = [
22 # no tests are present
24 pythonImportsCheck = [ "pywilight" ];
27 description = "Python API for WiLight device";
28 homepage = "https://github.com/leofig-rj/pywilight";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];