14 buildPythonPackage rec {
15 pname = "python-smarttub";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 sha256 = "0maqbmk50xjhv9f0zm62ayzyf99kic3c0g5714cqkw3pfp8k75cx";
26 propagatedBuildInputs = [
39 pythonImportsCheck = [ "smarttub" ];
42 description = "Python API for SmartTub enabled hot tubs";
43 homepage = "https://github.com/mdz/python-smarttub";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];