10 buildPythonPackage rec {
11 pname = "insteon-frontend-home-assistant";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-R+P4pgKbLvf0mwpSDoujCvlJe/yS+nvSJ7ewLVOOg/0=";
23 # https://github.com/pyinsteon/insteon-panel/pull/33
25 name = "unpin-setuptools.patch";
26 url = "https://github.com/pyinsteon/insteon-panel/commit/2297eb05668907edd03633f244e5876990e340c7.patch";
27 hash = "sha256-kTu1+IwDrcdqelyK/vfhxw8MQBis5I1jag7YTytKQhs=";
36 # upstream has no tests
39 pythonImportsCheck = [
44 changelog = "https://github.com/pyinsteon/insteon-panel/releases/tag/${version}";
45 description = "The Insteon frontend for Home Assistant";
46 homepage = "https://github.com/pyinsteon/insteon-panel";
47 license = licenses.mit;
48 maintainers = with maintainers; [ dotlambda ];