8 buildPythonPackage rec {
9 pname = "lcn-frontend";
14 pname = "lcn_frontend";
16 hash = "sha256-S/7NUduAiekQ5CDOw8JRCTO9mbvLW6MmB/n8iQQPkok=";
20 substituteInPlace pyproject.toml \
21 --replace-fail "setuptools~=68.0" setuptools \
22 --replace-fail "wheel~=0.40.0" wheel
25 build-system = [ setuptools ];
27 pythonImportsCheck = [ "lcn_frontend" ];
29 # upstream has no tests
33 changelog = "https://github.com/alengwenus/lcn-frontend/releases/tag/${version}";
34 description = "LCN panel for Home Assistant";
35 homepage = "https://github.com/alengwenus/lcn-frontend";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ dotlambda ];