10 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "home-assistant-ecosystem";
18 repo = "python-elmax";
20 sha256 = "sha256-vDISJ/CVOjpM+GPF2TCm3/AMFTWTM0b/+ZPCpAEvNvY=";
23 nativeBuildInputs = [ poetry-core ];
25 propagatedBuildInputs = [
30 # Project has no tests
32 pythonImportsCheck = [ "elmax" ];
35 description = "Python API client for the Elmax Cloud services";
36 homepage = "https://github.com/home-assistant-ecosystem/python-elmax";
37 license = with licenses; [ asl20 ];
38 maintainers = with maintainers; [ fab ];