7 buildPythonPackage rec {
8 pname = "emulated-roku";
11 src = fetchFromGitHub {
12 owner = "mindigmarton";
13 repo = "emulated_roku";
15 sha256 = "02cbg5wrph19p6x44jlw6cn3jli0kwbgfh6klb3c4k5jfrkhgghw";
18 propagatedBuildInputs = [
22 # no tests implemented
25 pythonImportsCheck = [ "emulated_roku" ];
28 description = "Library to emulate a roku server to serve as a proxy for remotes such as Harmony";
29 homepage = "https://github.com/mindigmarton/emulated_roku";
30 license = licenses.mit;
31 maintainers = with maintainers; [ dotlambda ];