10 buildPythonPackage rec {
15 disabled = pythonOlder "3.10";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-TjBjyWxBPrZEY/o1DZ+GiFTHTW37WwFN0oyJSyGru28=";
28 propagatedBuildInputs = [
33 pythonImportsCheck = [ "py_aosmith" ];
35 # upstream has no tests
39 description = "Python client library for A. O. Smith water heaters";
40 homepage = "https://github.com/bdr99/py-aosmith";
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ dotlambda ];