9 buildPythonPackage rec {
10 pname = "knx-frontend";
11 version = "2023.6.23.191712";
14 # TODO: source build, uses yarn.lock
16 pname = "knx_frontend";
18 hash = "sha256-MeurZ6731qjeBK6HTwXYLVs6+nXF9Hf1p8/NNwxmae4=";
22 # https://github.com/XKNX/knx-frontend/pull/96
24 name = "relax-setuptools-dependency.patch";
25 url = "https://github.com/XKNX/knx-frontend/commit/72ac6dc42eeeb488992b0709ee58ea4a79287817.patch";
26 hash = "sha256-EpfgEq4pIx7ahqJZalzo30ruj8NlZYHcKHxFXCGL98w=";
35 pythonImportsCheck = [
43 changelog = "https://github.com/XKNX/knx-frontend/releases/tag/${version}";
44 description = "Home Assistant Panel for managing the KNX integration";
45 homepage = "https://github.com/XKNX/knx-frontend";
46 license = licenses.mit;
47 maintainers = with maintainers; [ hexa ];