14 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 # Releases are not tagged
22 rev = "9b586203665031f93960543a272bb1a8f541ed37";
23 sha256 = "1dw3ayrzknai2279bhkgzcapzw06rhijlny33rymlbp7irp0gvnj";
26 propagatedBuildInputs = [ defusedxml requests ];
28 checkInputs = [ pytest requests-mock mock pytestcov pytest-timeout testtools ];
34 description = "Automation Library for Yamaha RX-V473, RX-V573, RX-V673, RX-V773 receivers";
35 homepage = "https://github.com/wuub/rxv";
36 license = licenses.mit;
37 maintainers = with maintainers; [ flyfloh ];