···691 thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
692 tissue = throw "tissue has been removed, because it is archived since October 2022"; # added 2024-07-27
693 torchgpipe = throw "torchgpipe has been removed, because it appears unmaintained and Pytorch now includes pipeline parallelism support"; # added 2024-05-18
00694 torrent_parser = torrent-parser; # added 2023-11-04
695 transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
696 py-tree-sitter = throw "Was merged with tree-sitter."; # added 2024-03-20
···691 thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
692 tissue = throw "tissue has been removed, because it is archived since October 2022"; # added 2024-07-27
693 torchgpipe = throw "torchgpipe has been removed, because it appears unmaintained and Pytorch now includes pipeline parallelism support"; # added 2024-05-18
694+ tornado_4 = throw "tornado_4 has been removed, use tornado instead"; # added 2025-01-13
695+ tornado_5 = throw "tornado_5 has been removed, use tornado instead"; # added 2025-01-13
696 torrent_parser = torrent-parser; # added 2023-11-04
697 transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
698 py-tree-sitter = throw "Was merged with tree-sitter."; # added 2024-03-20
-6
pkgs/top-level/python-packages.nix
···1632316324 tornado = callPackage ../development/python-modules/tornado { };
1632516326- # Used by circus and grab-site, 2020-08-29
16327- tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
16328-16329- # Used by streamlit, 2021-01-29
16330- tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
16331-16332 torchprofile = callPackage ../development/python-modules/torchprofile { };
1633316334 torpy = callPackage ../development/python-modules/torpy { };