Loading pkgs/development/python-modules/yeelightsunflower/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { pname = "yeelightsunflower"; version = "0.0.10"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-l4Rl6WSCK68/XBwCndonNu3kePDXfSs/uIXaCkrIT7g=="; }; build-system = [ setuptools ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "yeelightsunflower" ]; meta = { description = "Python package for interacting with Yeelight Sunflower bulbs"; homepage = "https://github.com/lindsaymarkward/python-yeelight-sunflower"; 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 @@ -6808,7 +6808,8 @@ ]; "yeelightsunflower" = ps: with ps; [ ]; # missing inputs: yeelightsunflower yeelightsunflower ]; "yi" = ps: with ps; [ aioftp Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20218,6 +20218,8 @@ self: super: with self; { yeelight = callPackage ../development/python-modules/yeelight { }; yeelightsunflower = callPackage ../development/python-modules/yeelightsunflower { }; yfinance = callPackage ../development/python-modules/yfinance { }; yoda = toPythonModule (pkgs.yoda.override { python3 = python; }); Loading
pkgs/development/python-modules/yeelightsunflower/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, }: buildPythonPackage rec { pname = "yeelightsunflower"; version = "0.0.10"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-l4Rl6WSCK68/XBwCndonNu3kePDXfSs/uIXaCkrIT7g=="; }; build-system = [ setuptools ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "yeelightsunflower" ]; meta = { description = "Python package for interacting with Yeelight Sunflower bulbs"; homepage = "https://github.com/lindsaymarkward/python-yeelight-sunflower"; 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 @@ -6808,7 +6808,8 @@ ]; "yeelightsunflower" = ps: with ps; [ ]; # missing inputs: yeelightsunflower yeelightsunflower ]; "yi" = ps: with ps; [ aioftp Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -20218,6 +20218,8 @@ self: super: with self; { yeelight = callPackage ../development/python-modules/yeelight { }; yeelightsunflower = callPackage ../development/python-modules/yeelightsunflower { }; yfinance = callPackage ../development/python-modules/yfinance { }; yoda = toPythonModule (pkgs.yoda.override { python3 = python; });