Loading pkgs/development/python-modules/tt-tools-common/default.nix 0 → 100644 +51 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchpatch, fetchFromGitHub, setuptools, distro, elasticsearch, psutil, pyyaml, rich, textual, requests, tqdm, pydantic, }: buildPythonPackage rec { pname = "tt-tools-common"; version = "1.4.25"; pyproject = true; src = fetchFromGitHub { owner = "tenstorrent"; repo = "tt-tools-common"; tag = "v${version}"; hash = "sha256-phal8KxfQqsGAIcKQTlSPZB04J158jZYlyamZr45vdU="; }; build-system = [ setuptools ]; dependencies = [ distro elasticsearch psutil pyyaml rich textual requests tqdm pydantic ]; meta = { description = "Helper library for common utilities shared across Tentorrent tools"; homepage = "https://github.com/tenstorrent/tt-tools-common"; maintainers = with lib.maintainers; [ RossComputerGuy ]; license = with lib.licenses; [ asl20 ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18499,6 +18499,8 @@ self: super: with self; { tsplib95 = callPackage ../development/python-modules/tsplib95 { }; tt-tools-common = callPackage ../development/python-modules/tt-tools-common { }; ttach = callPackage ../development/python-modules/ttach { }; ttfautohint-py = callPackage ../development/python-modules/ttfautohint-py { }; Loading
pkgs/development/python-modules/tt-tools-common/default.nix 0 → 100644 +51 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchpatch, fetchFromGitHub, setuptools, distro, elasticsearch, psutil, pyyaml, rich, textual, requests, tqdm, pydantic, }: buildPythonPackage rec { pname = "tt-tools-common"; version = "1.4.25"; pyproject = true; src = fetchFromGitHub { owner = "tenstorrent"; repo = "tt-tools-common"; tag = "v${version}"; hash = "sha256-phal8KxfQqsGAIcKQTlSPZB04J158jZYlyamZr45vdU="; }; build-system = [ setuptools ]; dependencies = [ distro elasticsearch psutil pyyaml rich textual requests tqdm pydantic ]; meta = { description = "Helper library for common utilities shared across Tentorrent tools"; homepage = "https://github.com/tenstorrent/tt-tools-common"; maintainers = with lib.maintainers; [ RossComputerGuy ]; license = with lib.licenses; [ asl20 ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18499,6 +18499,8 @@ self: super: with self; { tsplib95 = callPackage ../development/python-modules/tsplib95 { }; tt-tools-common = callPackage ../development/python-modules/tt-tools-common { }; ttach = callPackage ../development/python-modules/ttach { }; ttfautohint-py = callPackage ../development/python-modules/ttfautohint-py { };