1 { lib, buildPythonPackage, fetchFromGitHub, isPy27, requests, netifaces
2 , pytestCheckHook, testtools, requests-mock }:
4 buildPythonPackage rec {
9 src = fetchFromGitHub {
10 owner = "scarface-4711";
13 sha256 = "sha256-3ap8F3ayBTpaR98md+gT0+hkIWlFBNxStTGWT5AL//A=";
16 propagatedBuildInputs = [
28 homepage = "https://github.com/scarface-4711/denonavr";
29 description = "Automation Library for Denon AVR receivers.";
30 license = licenses.mit;
31 maintainers = with maintainers; [ colemickens ];