Loading pkgs/development/python-modules/py-aosmith/default.nix +7 −4 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , pythonOlder , fetchFromGitHub , poetry-core , aiohttp , pythonOlder , tenacity }: buildPythonPackage rec { pname = "py-aosmith"; version = "1.0.6"; version = "1.0.8"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { owner = "bdr99"; repo = "py-aosmith"; rev = "refs/tags/${version}"; hash = "sha256-4KODe+urqYMbN0+tNwQnvO3A9Zc/Xdo4uhJErn3BYS4="; hash = "sha256-TjBjyWxBPrZEY/o1DZ+GiFTHTW37WwFN0oyJSyGru28="; }; nativeBuildInputs = [ Loading @@ -26,6 +27,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ aiohttp tenacity ]; pythonImportsCheck = [ "py_aosmith" ]; Loading @@ -36,6 +38,7 @@ buildPythonPackage rec { meta = { description = "Python client library for A. O. Smith water heaters"; homepage = "https://github.com/bdr99/py-aosmith"; changelog = "https://github.com/bdr99/py-aosmith/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; Loading Loading
pkgs/development/python-modules/py-aosmith/default.nix +7 −4 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , pythonOlder , fetchFromGitHub , poetry-core , aiohttp , pythonOlder , tenacity }: buildPythonPackage rec { pname = "py-aosmith"; version = "1.0.6"; version = "1.0.8"; pyproject = true; disabled = pythonOlder "3.10"; Loading @@ -17,7 +18,7 @@ buildPythonPackage rec { owner = "bdr99"; repo = "py-aosmith"; rev = "refs/tags/${version}"; hash = "sha256-4KODe+urqYMbN0+tNwQnvO3A9Zc/Xdo4uhJErn3BYS4="; hash = "sha256-TjBjyWxBPrZEY/o1DZ+GiFTHTW37WwFN0oyJSyGru28="; }; nativeBuildInputs = [ Loading @@ -26,6 +27,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ aiohttp tenacity ]; pythonImportsCheck = [ "py_aosmith" ]; Loading @@ -36,6 +38,7 @@ buildPythonPackage rec { meta = { description = "Python client library for A. O. Smith water heaters"; homepage = "https://github.com/bdr99/py-aosmith"; changelog = "https://github.com/bdr99/py-aosmith/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; Loading