Loading pkgs/development/python-modules/pyenphase/default.nix +21 −24 Original line number Diff line number Diff line { lib , awesomeversion , buildPythonPackage , envoy-utils , fetchFromGitHub , httpx , lxml , orjson , poetry-core , pyjwt , pytest-asyncio , pytestCheckHook , pythonOlder , respx , syrupy , tenacity { lib, awesomeversion, buildPythonPackage, envoy-utils, fetchFromGitHub, httpx, lxml, orjson, poetry-core, pyjwt, pytest-asyncio, pytestCheckHook, pythonOlder, respx, syrupy, tenacity, }: buildPythonPackage rec { pname = "pyenphase"; version = "1.20.1"; version = "1.20.2"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -27,7 +28,7 @@ buildPythonPackage rec { owner = "pyenphase"; repo = "pyenphase"; rev = "refs/tags/v${version}"; hash = "sha256-Bxwd8qHsvq9BuBMSu5JI/Yk/KC5aQ7b7lnXuIoNQ6EI="; hash = "sha256-sjZaLqTYoXJ1cpaSuyLNAsUrACOMVah7DKaKxGkG0zE="; }; postPatch = '' Loading @@ -35,9 +36,7 @@ buildPythonPackage rec { --replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ awesomeversion Loading @@ -61,9 +60,7 @@ buildPythonPackage rec { "test_with_7_x_firmware" ]; pythonImportsCheck = [ "pyenphase" ]; pythonImportsCheck = [ "pyenphase" ]; meta = with lib; { description = "Library to control enphase envoy"; Loading Loading
pkgs/development/python-modules/pyenphase/default.nix +21 −24 Original line number Diff line number Diff line { lib , awesomeversion , buildPythonPackage , envoy-utils , fetchFromGitHub , httpx , lxml , orjson , poetry-core , pyjwt , pytest-asyncio , pytestCheckHook , pythonOlder , respx , syrupy , tenacity { lib, awesomeversion, buildPythonPackage, envoy-utils, fetchFromGitHub, httpx, lxml, orjson, poetry-core, pyjwt, pytest-asyncio, pytestCheckHook, pythonOlder, respx, syrupy, tenacity, }: buildPythonPackage rec { pname = "pyenphase"; version = "1.20.1"; version = "1.20.2"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -27,7 +28,7 @@ buildPythonPackage rec { owner = "pyenphase"; repo = "pyenphase"; rev = "refs/tags/v${version}"; hash = "sha256-Bxwd8qHsvq9BuBMSu5JI/Yk/KC5aQ7b7lnXuIoNQ6EI="; hash = "sha256-sjZaLqTYoXJ1cpaSuyLNAsUrACOMVah7DKaKxGkG0zE="; }; postPatch = '' Loading @@ -35,9 +36,7 @@ buildPythonPackage rec { --replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ awesomeversion Loading @@ -61,9 +60,7 @@ buildPythonPackage rec { "test_with_7_x_firmware" ]; pythonImportsCheck = [ "pyenphase" ]; pythonImportsCheck = [ "pyenphase" ]; meta = with lib; { description = "Library to control enphase envoy"; Loading