10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-patCdQ7qLEfy+RpH9T/Fa8ubI7QF6OmLzFUokZc5syQ=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "pywilight" ];
33 description = "Python API for WiLight device";
34 homepage = "https://github.com/leofig-rj/pywilight";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];