7 pure-python-adb-homeassistant,
12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 sha256 = "602de77411c2caffb322e4ff63fa6cc4eeb9a50c5f4b14e13930ed7cd87cf513";
22 propagatedBuildInputs = [
25 pure-python-adb-homeassistant
35 description = "Communicate with an Amazon Fire TV device via ADB over a network";
36 mainProgram = "firetv-server";
37 homepage = "https://github.com/happyleavesaoc/python-firetv/";
38 license = licenses.mit;
39 maintainers = [ maintainers.makefu ];