11 buildPythonPackage rec {
13 format = "setuptools";
17 src = fetchFromGitHub {
21 sha256 = "09mq59kjll7gj1srw4qc921ncsm7cld95sbz5v3p2bwmgckpqza7";
24 propagatedBuildInputs = [ requests ];
30 pythonImportsCheck = [ "roku" ];
33 description = "Screw remotes. Control your Roku with Python";
34 homepage = "https://github.com/jcarbaugh/python-roku";
35 license = licenses.bsd3;