Loading pkgs/development/python-modules/horimote/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "horimote"; version = "0.4.1"; pyproject = true; src = fetchFromGitHub { owner = "benleb"; repo = "horimote"; tag = "v${version}"; hash = "sha256-rEtE0Z/PV/n9pz2mLbHeREv/sl4SexTSOq2yx4LDnAo="; }; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "horimote" ]; meta = { description = "Async API wrapper for Samsung's set-top boxes SMT-G7400 and SMT-G7401"; homepage = "https://github.com/benleb/horimote"; changelog = "https://github.com/benleb/horimote/releases/tag/v${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 @@ -2429,7 +2429,8 @@ ]; "horizon" = ps: with ps; [ ]; # missing inputs: horimote horimote ]; "hp_ilo" = ps: with ps; [ python-hpilo Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6660,6 +6660,8 @@ self: super: with self; { hopcroftkarp = callPackage ../development/python-modules/hopcroftkarp { }; horimote = callPackage ../development/python-modules/horimote { }; horizon-eda = callPackage ../development/python-modules/horizon-eda { inherit (pkgs) horizon-eda; }; housekeeping = callPackage ../development/python-modules/housekeeping { }; Loading Loading
pkgs/development/python-modules/horimote/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "horimote"; version = "0.4.1"; pyproject = true; src = fetchFromGitHub { owner = "benleb"; repo = "horimote"; tag = "v${version}"; hash = "sha256-rEtE0Z/PV/n9pz2mLbHeREv/sl4SexTSOq2yx4LDnAo="; }; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "horimote" ]; meta = { description = "Async API wrapper for Samsung's set-top boxes SMT-G7400 and SMT-G7401"; homepage = "https://github.com/benleb/horimote"; changelog = "https://github.com/benleb/horimote/releases/tag/v${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 @@ -2429,7 +2429,8 @@ ]; "horizon" = ps: with ps; [ ]; # missing inputs: horimote horimote ]; "hp_ilo" = ps: with ps; [ python-hpilo Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6660,6 +6660,8 @@ self: super: with self; { hopcroftkarp = callPackage ../development/python-modules/hopcroftkarp { }; horimote = callPackage ../development/python-modules/horimote { }; horizon-eda = callPackage ../development/python-modules/horizon-eda { inherit (pkgs) horizon-eda; }; housekeeping = callPackage ../development/python-modules/housekeeping { }; Loading