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