8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
16 inherit pname version;
17 hash = "sha256-Oko3Ivj95vajNWjQTQK18i5B/DIBngjw2HLlzYqLv2Y=";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [
32 description = "Python module to interact with the Wavin Sentio underfloor heating system";
33 homepage = "https://github.com/djerik/wavinsentio";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];