Loading pkgs/development/python-modules/home-connect-async/default.nix 0 → 100644 +48 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, wheel, aiohttp, aiohttp-sse-client, charset-normalizer, dataclasses-json, oauth2-client, }: buildPythonPackage rec { pname = "home-connect-async"; version = "0.8.2"; pyproject = true; src = fetchPypi { pname = "home_connect_async"; inherit version; hash = "sha256-npVMEiwclKr9HR2M03GNkyJULeLEE9BAnIw8Zoy98nQ="; }; build-system = [ setuptools wheel ]; dependencies = [ aiohttp aiohttp-sse-client charset-normalizer dataclasses-json oauth2-client ]; pythonImportsCheck = [ "home_connect_async" ]; meta = { description = "Async SDK for BSH Home Connect API"; homepage = "https://pypi.org/project/home-connect-async"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ kranzes ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6390,6 +6390,8 @@ self: super: with self; { callPackage ../development/python-modules/home-assistant-chip-wheels { } ); home-connect-async = callPackage ../development/python-modules/home-connect-async { }; homeassistant-stubs = callPackage ../servers/home-assistant/stubs.nix { }; homeconnect = callPackage ../development/python-modules/homeconnect { }; Loading Loading
pkgs/development/python-modules/home-connect-async/default.nix 0 → 100644 +48 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, wheel, aiohttp, aiohttp-sse-client, charset-normalizer, dataclasses-json, oauth2-client, }: buildPythonPackage rec { pname = "home-connect-async"; version = "0.8.2"; pyproject = true; src = fetchPypi { pname = "home_connect_async"; inherit version; hash = "sha256-npVMEiwclKr9HR2M03GNkyJULeLEE9BAnIw8Zoy98nQ="; }; build-system = [ setuptools wheel ]; dependencies = [ aiohttp aiohttp-sse-client charset-normalizer dataclasses-json oauth2-client ]; pythonImportsCheck = [ "home_connect_async" ]; meta = { description = "Async SDK for BSH Home Connect API"; homepage = "https://pypi.org/project/home-connect-async"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ kranzes ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6390,6 +6390,8 @@ self: super: with self; { callPackage ../development/python-modules/home-assistant-chip-wheels { } ); home-connect-async = callPackage ../development/python-modules/home-connect-async { }; homeassistant-stubs = callPackage ../servers/home-assistant/stubs.nix { }; homeconnect = callPackage ../development/python-modules/homeconnect { }; Loading