Loading pkgs/development/python-modules/tikteck/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, bluepy, pycryptodome, }: buildPythonPackage rec { pname = "tikteck"; version = "0.4"; pyproject = true; # github doesn't have any tags unfortunately src = fetchPypi { pname = "tikteck"; inherit version; hash = "sha256-KEbGT2RXLFMQ49gltOYcbE+ebJ1kiXzhT0DIeVXsSJM="; }; build-system = [ setuptools ]; dependencies = [ bluepy pycryptodome ]; pythonImportsCheck = [ "tikteck" ]; # no upstream tests exist doCheck = false; meta = { description = "Control Tikteck Bluetooth LED bulbs"; homepage = "https://github.com/mjg59/python-tikteck"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ethancedwards8 ]; }; } pkgs/servers/home-assistant/component-packages.nix +2 −1 Original line number Diff line number Diff line Loading @@ -6031,7 +6031,8 @@ ]; "tikteck" = ps: with ps; [ ]; # missing inputs: tikteck tikteck ]; "tile" = ps: with ps; [ pytile Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18132,6 +18132,8 @@ self: super: with self; { tika-client = callPackage ../development/python-modules/tika-client { }; tikteck = callPackage ../development/python-modules/tikteck { }; tiktoken = callPackage ../development/python-modules/tiktoken { }; tikzplotlib = callPackage ../development/python-modules/tikzplotlib { }; Loading
pkgs/development/python-modules/tikteck/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, bluepy, pycryptodome, }: buildPythonPackage rec { pname = "tikteck"; version = "0.4"; pyproject = true; # github doesn't have any tags unfortunately src = fetchPypi { pname = "tikteck"; inherit version; hash = "sha256-KEbGT2RXLFMQ49gltOYcbE+ebJ1kiXzhT0DIeVXsSJM="; }; build-system = [ setuptools ]; dependencies = [ bluepy pycryptodome ]; pythonImportsCheck = [ "tikteck" ]; # no upstream tests exist doCheck = false; meta = { description = "Control Tikteck Bluetooth LED bulbs"; homepage = "https://github.com/mjg59/python-tikteck"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ethancedwards8 ]; }; }
pkgs/servers/home-assistant/component-packages.nix +2 −1 Original line number Diff line number Diff line Loading @@ -6031,7 +6031,8 @@ ]; "tikteck" = ps: with ps; [ ]; # missing inputs: tikteck tikteck ]; "tile" = ps: with ps; [ pytile Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18132,6 +18132,8 @@ self: super: with self; { tika-client = callPackage ../development/python-modules/tika-client { }; tikteck = callPackage ../development/python-modules/tikteck { }; tiktoken = callPackage ../development/python-modules/tiktoken { }; tikzplotlib = callPackage ../development/python-modules/tikzplotlib { };