Loading pkgs/development/python-modules/ekey-bionyxpy/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, pytest-asyncio, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "ekey-bionyxpy"; version = "1.0.0"; pyproject = true; src = fetchFromGitHub { owner = "richardpolzer"; repo = "ekey-bionyx-api"; tag = version; hash = "sha256-wKgIQp+E1fzOrp2Xx14RXvtxQMOb0rFkI55q2Rw+JNg="; }; build-system = [ setuptools ]; dependencies = [ aiohttp ]; nativeCheckInputs = [ aioresponses pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "ekey_bionyxpy" ]; meta = { description = "Interact with the bionyx third party API of the ekey biometric systems"; homepage = "https://github.com/richardpolzer/ekey-bionyx-api"; changelog = "https://github.com/richardpolzer/ekey-bionyx-api/releases/tag/${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 @@ -1457,7 +1457,8 @@ ]; "ekeybionyx" = ps: with ps; [ ]; # missing inputs: ekey-bionyxpy ekey-bionyxpy ]; "electrasmart" = ps: with ps; [ pyelectra Loading Loading @@ -7241,6 +7242,7 @@ "efergy" "eheimdigital" "eight_sleep" "ekeybionyx" "electrasmart" "electric_kiwi" "elevenlabs" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4733,6 +4733,8 @@ self: super: with self; { eiswarnung = callPackage ../development/python-modules/eiswarnung { }; ekey-bionyxpy = callPackage ../development/python-modules/ekey-bionyxpy { }; elastic-apm = callPackage ../development/python-modules/elastic-apm { }; elastic-transport = callPackage ../development/python-modules/elastic-transport { }; Loading Loading
pkgs/development/python-modules/ekey-bionyxpy/default.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib, aiohttp, aioresponses, buildPythonPackage, fetchFromGitHub, pytest-asyncio, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "ekey-bionyxpy"; version = "1.0.0"; pyproject = true; src = fetchFromGitHub { owner = "richardpolzer"; repo = "ekey-bionyx-api"; tag = version; hash = "sha256-wKgIQp+E1fzOrp2Xx14RXvtxQMOb0rFkI55q2Rw+JNg="; }; build-system = [ setuptools ]; dependencies = [ aiohttp ]; nativeCheckInputs = [ aioresponses pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "ekey_bionyxpy" ]; meta = { description = "Interact with the bionyx third party API of the ekey biometric systems"; homepage = "https://github.com/richardpolzer/ekey-bionyx-api"; changelog = "https://github.com/richardpolzer/ekey-bionyx-api/releases/tag/${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 @@ -1457,7 +1457,8 @@ ]; "ekeybionyx" = ps: with ps; [ ]; # missing inputs: ekey-bionyxpy ekey-bionyxpy ]; "electrasmart" = ps: with ps; [ pyelectra Loading Loading @@ -7241,6 +7242,7 @@ "efergy" "eheimdigital" "eight_sleep" "ekeybionyx" "electrasmart" "electric_kiwi" "elevenlabs" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4733,6 +4733,8 @@ self: super: with self; { eiswarnung = callPackage ../development/python-modules/eiswarnung { }; ekey-bionyxpy = callPackage ../development/python-modules/ekey-bionyxpy { }; elastic-apm = callPackage ../development/python-modules/elastic-apm { }; elastic-transport = callPackage ../development/python-modules/elastic-transport { }; Loading