14 buildPythonPackage rec {
19 disabled = pythonOlder "3.12";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-5XyCc/OMFA99qwVjsVLCA4NedvcDBSSBzG8TvSg4sk0=";
28 build-system = [ poetry-core ];
41 pythonImportsCheck = [ "aiocomelit" ];
44 description = "Library to control Comelit Simplehome";
45 homepage = "https://github.com/chemelli74/aiocomelit";
46 changelog = "https://github.com/chemelli74/aiocomelit/blob/v${version}/CHANGELOG.md";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ fab ];