11 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 sha256 = "sha256-uIRuLNGFX7gq59/ntfks9pECiGkX7jjKh2jmjxFRcv4=";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [ "pydeconz" ];
36 description = "Python library wrapping the Deconz REST API";
37 homepage = "https://github.com/Kane610/deconz";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];