Loading pkgs/development/python-modules/hanna-cloud/default.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pycryptodome, requests, setuptools, }: buildPythonPackage (finalAttrs: { pname = "hanna-cloud"; version = "0.0.7"; pyproject = true; src = fetchFromGitHub { owner = "bestycame"; repo = "hanna_cloud"; tag = finalAttrs.version; hash = "sha256-UYwM1IbU4LlgBBEbMYX5ovf5/8N1SwyeKTHz6TYZZ24="; }; build-system = [ setuptools ]; dependencies = [ pycryptodome requests ]; # upstream has no tests doCheck = false; pythonImportsCheck = [ "hanna_cloud" ]; meta = { description = "Python client for the HannaCloud API"; homepage = "https://github.com/bestycame/hanna_cloud"; changelog = "https://github.com/bestycame/hanna_cloud/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; }) pkgs/servers/home-assistant/component-packages.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2291,7 +2291,8 @@ ]; "hanna" = ps: with ps; [ ]; # missing inputs: hanna-cloud hanna-cloud ]; "hardkernel" = ps: with ps; [ aiohasupervisor Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6854,6 +6854,8 @@ self: super: with self; { hankel = callPackage ../development/python-modules/hankel { }; hanna-cloud = callPackage ../development/python-modules/hanna-cloud { }; hanzidentifier = callPackage ../development/python-modules/hanzidentifier { }; hap-python = callPackage ../development/python-modules/hap-python { }; Loading Loading
pkgs/development/python-modules/hanna-cloud/default.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pycryptodome, requests, setuptools, }: buildPythonPackage (finalAttrs: { pname = "hanna-cloud"; version = "0.0.7"; pyproject = true; src = fetchFromGitHub { owner = "bestycame"; repo = "hanna_cloud"; tag = finalAttrs.version; hash = "sha256-UYwM1IbU4LlgBBEbMYX5ovf5/8N1SwyeKTHz6TYZZ24="; }; build-system = [ setuptools ]; dependencies = [ pycryptodome requests ]; # upstream has no tests doCheck = false; pythonImportsCheck = [ "hanna_cloud" ]; meta = { description = "Python client for the HannaCloud API"; homepage = "https://github.com/bestycame/hanna_cloud"; changelog = "https://github.com/bestycame/hanna_cloud/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jamiemagee ]; }; })
pkgs/servers/home-assistant/component-packages.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2291,7 +2291,8 @@ ]; "hanna" = ps: with ps; [ ]; # missing inputs: hanna-cloud hanna-cloud ]; "hardkernel" = ps: with ps; [ aiohasupervisor Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6854,6 +6854,8 @@ self: super: with self; { hankel = callPackage ../development/python-modules/hankel { }; hanna-cloud = callPackage ../development/python-modules/hanna-cloud { }; hanzidentifier = callPackage ../development/python-modules/hanzidentifier { }; hap-python = callPackage ../development/python-modules/hap-python { }; Loading