13 buildPythonPackage rec {
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-3r9DyvzqtQ88VwKCghAC9nn5kXbBzbR8drTFTnWC/bM=";
28 substituteInPlace pyproject.toml \
29 --replace-fail " --cov=aiocomelit --cov-report=term-missing:skip-covered" ""
32 nativeBuildInputs = [ poetry-core ];
34 propagatedBuildInputs = [
44 pythonImportsCheck = [ "aiocomelit" ];
47 description = "Library to control Comelit Simplehome";
48 homepage = "https://github.com/chemelli74/aiocomelit";
49 changelog = "https://github.com/chemelli74/aiocomelit/blob/${version}/CHANGELOG.md";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ fab ];