11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-I4I3vwW1kJsgLFPMGpe9hkD3iEeC3AqI4pCi6SCWPx4=";
28 propagatedBuildInputs = [ cryptography ];
30 # Project has no tests
33 pythonImportsCheck = [ "lc7001" ];
36 description = "Python module for interacting with Legrand LC7001";
37 homepage = "https://github.com/rtyle/lc7001";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];