8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
16 inherit pname version;
17 sha256 = "sha256-3mzK+YBRhLDqcEJDyMK43Le6eCH3B89unXpuu8nIe1g=";
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 ];