python312Packages.denonavr: refactor

This commit is contained in:
Fabian Affolter
2024-09-25 09:05:06 +02:00
committed by GitHub
parent d2ed829a93
commit dece890b69
@@ -33,9 +33,9 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "defusedxml" ];
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
asyncstdlib
attrs
defusedxml
@@ -57,7 +57,7 @@ buildPythonPackage rec {
description = "Automation Library for Denon AVR receivers";
homepage = "https://github.com/ol-iver/denonavr";
changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ colemickens ];
};
}