Loading pkgs/development/python-modules/hegel-ip-client/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, }: buildPythonPackage (finalAttrs: { pname = "hegel-ip-client"; version = "0.1.4"; pyproject = true; src = fetchFromGitHub { owner = "boazca"; repo = "hegel-ip-client"; tag = "v${finalAttrs.version}"; hash = "sha256-IKOtZ6mxbFvH1cLT45j/OD3OzAwy6vmtdF584LS5M7A="; }; build-system = [ setuptools ]; # no tests doCheck = false; pythonImportsCheck = [ "hegel_ip_client" ]; meta = { description = "Python client library for Hegel amplifiers"; homepage = "https://github.com/boazca/hegel-ip-client"; changelog = "https://github.com/boazca/hegel-ip-client/releases/tag/${finalAttrs.src.tag}"; 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 @@ -2351,7 +2351,8 @@ ]; "hegel" = ps: with ps; [ ]; # missing inputs: hegel-ip-client hegel-ip-client ]; "heicko" = ps: with ps; [ ]; Loading Loading @@ -7592,6 +7593,7 @@ "hddtemp" "hdfury" "hdmi_cec" "hegel" "heos" "here_travel_time" "hikvision" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6968,6 +6968,8 @@ self: super: with self; { hebg = callPackage ../development/python-modules/hebg { }; hegel-ip-client = callPackage ../development/python-modules/hegel-ip-client { }; helion = callPackage ../development/python-modules/helion { }; helium = callPackage ../development/python-modules/helium { }; Loading Loading
pkgs/development/python-modules/hegel-ip-client/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, setuptools, }: buildPythonPackage (finalAttrs: { pname = "hegel-ip-client"; version = "0.1.4"; pyproject = true; src = fetchFromGitHub { owner = "boazca"; repo = "hegel-ip-client"; tag = "v${finalAttrs.version}"; hash = "sha256-IKOtZ6mxbFvH1cLT45j/OD3OzAwy6vmtdF584LS5M7A="; }; build-system = [ setuptools ]; # no tests doCheck = false; pythonImportsCheck = [ "hegel_ip_client" ]; meta = { description = "Python client library for Hegel amplifiers"; homepage = "https://github.com/boazca/hegel-ip-client"; changelog = "https://github.com/boazca/hegel-ip-client/releases/tag/${finalAttrs.src.tag}"; 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 @@ -2351,7 +2351,8 @@ ]; "hegel" = ps: with ps; [ ]; # missing inputs: hegel-ip-client hegel-ip-client ]; "heicko" = ps: with ps; [ ]; Loading Loading @@ -7592,6 +7593,7 @@ "hddtemp" "hdfury" "hdmi_cec" "hegel" "heos" "here_travel_time" "hikvision" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6968,6 +6968,8 @@ self: super: with self; { hebg = callPackage ../development/python-modules/hebg { }; hegel-ip-client = callPackage ../development/python-modules/hegel-ip-client { }; helion = callPackage ../development/python-modules/helion { }; helium = callPackage ../development/python-modules/helium { }; Loading