1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 sha256 = "761abb16c654a1136763b927d094174d41f282809e44ea32cd47e199dd79d9c9";
13 propagatedBuildInputs = [ docopt netifaces ];
16 description = "Control Onkyo receivers over ethernet";
17 homepage = "https://github.com/miracle2k/onkyo-eiscp";
18 license = licenses.mit;
19 maintainers = with maintainers; [ peterhoeg ];