Loading pkgs/development/python-modules/egauge-async/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, uv-dynamic-versioning, httpx, pytest-asyncio, pytest-mock, pytestCheckHook, }: buildPythonPackage (finalAttrs: { pname = "egauge-async"; version = "0.4.0"; pyproject = true; src = fetchFromGitHub { owner = "neggert"; repo = "egauge-async"; tag = "v${finalAttrs.version}"; hash = "sha256-VESByB7TwB8jjvRMeNGIzJYurKGS4OqDYTw9f1QTyX8="; }; build-system = [ hatchling uv-dynamic-versioning ]; dependencies = [ httpx ]; nativeCheckInputs = [ pytest-asyncio pytest-mock pytestCheckHook ]; disabledTestMarks = [ "integration" ]; pythonImportsCheck = [ "egauge_async" ]; meta = { description = "Async client for eGauge energy monitor"; homepage = "https://github.com/neggert/egauge-async"; changelog = "https://github.com/neggert/egauge-async/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ jamiemagee ]; }; }) pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4851,6 +4851,8 @@ self: super: with self; { effect = callPackage ../development/python-modules/effect { }; egauge-async = callPackage ../development/python-modules/egauge-async { }; eggdeps = callPackage ../development/python-modules/eggdeps { }; eheimdigital = callPackage ../development/python-modules/eheimdigital { }; Loading Loading
pkgs/development/python-modules/egauge-async/default.nix 0 → 100644 +55 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, hatchling, uv-dynamic-versioning, httpx, pytest-asyncio, pytest-mock, pytestCheckHook, }: buildPythonPackage (finalAttrs: { pname = "egauge-async"; version = "0.4.0"; pyproject = true; src = fetchFromGitHub { owner = "neggert"; repo = "egauge-async"; tag = "v${finalAttrs.version}"; hash = "sha256-VESByB7TwB8jjvRMeNGIzJYurKGS4OqDYTw9f1QTyX8="; }; build-system = [ hatchling uv-dynamic-versioning ]; dependencies = [ httpx ]; nativeCheckInputs = [ pytest-asyncio pytest-mock pytestCheckHook ]; disabledTestMarks = [ "integration" ]; pythonImportsCheck = [ "egauge_async" ]; meta = { description = "Async client for eGauge energy monitor"; homepage = "https://github.com/neggert/egauge-async"; changelog = "https://github.com/neggert/egauge-async/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ jamiemagee ]; }; })
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4851,6 +4851,8 @@ self: super: with self; { effect = callPackage ../development/python-modules/effect { }; egauge-async = callPackage ../development/python-modules/egauge-async { }; eggdeps = callPackage ../development/python-modules/eggdeps { }; eheimdigital = callPackage ../development/python-modules/eheimdigital { }; Loading