20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
27 src = fetchFromGitHub {
31 hash = "sha256-9nY1z6CX8uha/m3OOUyadrKmpbUsgL16CB2ySElOTck=";
34 pythonRelaxDeps = [ "defusedxml" ];
36 build-system = [ setuptools ];
45 ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ];
54 pythonImportsCheck = [ "denonavr" ];
57 description = "Automation Library for Denon AVR receivers";
58 homepage = "https://github.com/ol-iver/denonavr";
59 changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}";
60 license = licenses.mit;
61 maintainers = with maintainers; [ ];