Loading pkgs/development/python-modules/uhooapi/default.nix 0 → 100644 +45 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, aiohttp, pytestCheckHook, pytest-asyncio, pytest-cov-stub, aioresponses, }: buildPythonPackage (finalAttrs: { pname = "uhooapi"; version = "1.2.6"; pyproject = true; src = fetchFromGitHub { owner = "getuhoo"; repo = "uhooapi"; tag = "v${finalAttrs.version}"; hash = "sha256-DEb54ZoYe9CaxpCoQVpqbQlaZkDLuqRAjiu8SqiI6b0="; }; build-system = [ setuptools ]; dependencies = [ aiohttp ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio pytest-cov-stub aioresponses ]; pythonImportsCheck = [ "uhooapi" ]; meta = { description = "Python client for uHoo APIs"; homepage = "https://github.com/getuhoo/uhooapi"; changelog = "https://github.com/getuhoo/uhooapi/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; }) pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -6495,7 +6495,8 @@ ]; "uhoo" = ps: with ps; [ ]; # missing inputs: uhooapi uhooapi ]; "uk_transport" = ps: with ps; [ ]; Loading Loading @@ -8103,6 +8104,7 @@ "twilio" "twinkly" "twitch" "uhoo" "uk_transport" "ukraine_alarm" "unifi" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20240,6 +20240,8 @@ self: super: with self; { uhi = callPackage ../development/python-modules/uhi { }; uhooapi = callPackage ../development/python-modules/uhooapi { }; uiprotect = callPackage ../development/python-modules/uiprotect { }; ujson = callPackage ../development/python-modules/ujson { }; Loading
pkgs/development/python-modules/uhooapi/default.nix 0 → 100644 +45 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, aiohttp, pytestCheckHook, pytest-asyncio, pytest-cov-stub, aioresponses, }: buildPythonPackage (finalAttrs: { pname = "uhooapi"; version = "1.2.6"; pyproject = true; src = fetchFromGitHub { owner = "getuhoo"; repo = "uhooapi"; tag = "v${finalAttrs.version}"; hash = "sha256-DEb54ZoYe9CaxpCoQVpqbQlaZkDLuqRAjiu8SqiI6b0="; }; build-system = [ setuptools ]; dependencies = [ aiohttp ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio pytest-cov-stub aioresponses ]; pythonImportsCheck = [ "uhooapi" ]; meta = { description = "Python client for uHoo APIs"; homepage = "https://github.com/getuhoo/uhooapi"; changelog = "https://github.com/getuhoo/uhooapi/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; })
pkgs/servers/home-assistant/component-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -6495,7 +6495,8 @@ ]; "uhoo" = ps: with ps; [ ]; # missing inputs: uhooapi uhooapi ]; "uk_transport" = ps: with ps; [ ]; Loading Loading @@ -8103,6 +8104,7 @@ "twilio" "twinkly" "twitch" "uhoo" "uk_transport" "ukraine_alarm" "unifi" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20240,6 +20240,8 @@ self: super: with self; { uhi = callPackage ../development/python-modules/uhi { }; uhooapi = callPackage ../development/python-modules/uhooapi { }; uiprotect = callPackage ../development/python-modules/uiprotect { }; ujson = callPackage ../development/python-modules/ujson { };