6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-xy5XPNOrvdPZMCfa2MYA+xtUcFdGSurW5QYL6H7n2VI=";
15 # Project has no tests
17 pythonImportsCheck = [ "pylutron" ];
20 description = "Python library for controlling a Lutron RadioRA 2 system";
21 homepage = "https://github.com/thecynic/pylutron";
22 license = with licenses; [ mit ];
23 maintainers = with maintainers; [ fab ];