9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "python-luxtronik";
20 hash = "sha256-7TuvqOAb/MUumOF6BKTRLOJuvteqZPmFUXXsuwEpmOM=";
23 # Project has no tests
26 pythonImportsCheck = [
31 description = "Python library to interact with Luxtronik heatpump controllers";
32 homepage = "https://github.com/Bouni/python-luxtronik";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];