12 buildPythonPackage rec {
13 pname = "pylutron-caseta";
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
21 sha256 = "07mz4hn0455qmfqs4xcqlhbf3qvrnmifd0vzpcqlqaqcn009iahq";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [ "pylutron_caseta" ];
38 description = "Python module o control Lutron Caseta devices";
39 homepage = "https://github.com/gurumitts/pylutron-caseta";
40 license = with licenses; [ asl20 ];
41 maintainers = with maintainers; [ fab ];