Loading pkgs/development/python-modules/py-schluter/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, requests, setuptools, }: buildPythonPackage rec { pname = "py-schluter"; version = "0.1.7"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-FS6aflpRDoIHsE4XIf93Q6MsO9ApRbU+efm7zWpw/dY="; }; build-system = [ setuptools ]; dependencies = [ requests ]; # Package has no tests doCheck = false; pythonImportsCheck = [ "schluter" ]; meta = { description = "Python API for Schluter DITRA-HEAT thermostat"; homepage = "https://github.com/prairieapps/py-schluter"; 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 @@ -5093,7 +5093,8 @@ ]; "schluter" = ps: with ps; [ ]; # missing inputs: py-schluter py-schluter ]; "scl" = ps: with ps; [ ]; Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12249,6 +12249,8 @@ self: super: with self; { py-rust-stemmers = callPackage ../development/python-modules/py-rust-stemmers { }; py-schluter = callPackage ../development/python-modules/py-schluter { }; py-scrypt = callPackage ../development/python-modules/py-scrypt { }; py-serializable = callPackage ../development/python-modules/py-serializable { }; Loading Loading
pkgs/development/python-modules/py-schluter/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, requests, setuptools, }: buildPythonPackage rec { pname = "py-schluter"; version = "0.1.7"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-FS6aflpRDoIHsE4XIf93Q6MsO9ApRbU+efm7zWpw/dY="; }; build-system = [ setuptools ]; dependencies = [ requests ]; # Package has no tests doCheck = false; pythonImportsCheck = [ "schluter" ]; meta = { description = "Python API for Schluter DITRA-HEAT thermostat"; homepage = "https://github.com/prairieapps/py-schluter"; 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 @@ -5093,7 +5093,8 @@ ]; "schluter" = ps: with ps; [ ]; # missing inputs: py-schluter py-schluter ]; "scl" = ps: with ps; [ ]; Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -12249,6 +12249,8 @@ self: super: with self; { py-rust-stemmers = callPackage ../development/python-modules/py-rust-stemmers { }; py-schluter = callPackage ../development/python-modules/py-schluter { }; py-scrypt = callPackage ../development/python-modules/py-scrypt { }; py-serializable = callPackage ../development/python-modules/py-serializable { }; Loading