1 { lib, fetchFromGitHub, buildPythonPackage, requests, pytest, flask, isPy27
4 buildPythonPackage rec {
9 src = fetchFromGitHub {
13 sha256 = "09mq59kjll7gj1srw4qc921ncsm7cld95sbz5v3p2bwmgckpqza7";
16 propagatedBuildInputs = [ requests ];
18 checkInputs = [ pytest flask ];
19 pythonImportsCheck = [ "roku" ];
22 description = "Screw remotes. Control your Roku with Python.";
23 homepage = "https://github.com/jcarbaugh/python-roku";
24 license = licenses.bsd3;