1 { lib, fetchFromGitHub, buildPythonPackage, isPy27, requests }:
3 buildPythonPackage rec {
8 src = fetchFromGitHub {
10 repo = "python-bravia-tv";
12 sha256 = "0djwy4z1y173q3mnbngp754yrwzmm6h3x0rshvrvd64b78x1bsmp";
15 propagatedBuildInputs = [ requests ];
17 # package does not include tests
20 pythonImportsCheck = [ "bravia_tv" ];
23 homepage = "https://github.com/dcnielsen90/python-bravia-tv";
24 description = "Python library for Sony Bravia TV remote control";
25 license = licenses.mit;
26 maintainers = with maintainers; [ colemickens ];