8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
14 owner = "dcnielsen90";
15 repo = "python-bravia-tv";
17 hash = "sha256-g47bDd5bZl0jad3o6T1jJLcnZj8nx944kz3Vxv8gD2U=";
20 propagatedBuildInputs = [ requests ];
22 # Package does not include tests
25 pythonImportsCheck = [ "bravia_tv" ];
28 homepage = "https://github.com/dcnielsen90/python-bravia-tv";
29 description = "Python library for Sony Bravia TV remote control";
30 license = licenses.mit;
31 maintainers = with maintainers; [ colemickens ];