9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-patCdQ7qLEfy+RpH9T/Fa8ubI7QF6OmLzFUokZc5syQ=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [
34 description = "Python API for WiLight device";
35 homepage = "https://github.com/leofig-rj/pywilight";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];