···691691 thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
692692 tissue = throw "tissue has been removed, because it is archived since October 2022"; # added 2024-07-27
693693 torchgpipe = throw "torchgpipe has been removed, because it appears unmaintained and Pytorch now includes pipeline parallelism support"; # added 2024-05-18
694694+ tornado_4 = throw "tornado_4 has been removed, use tornado instead"; # added 2025-01-13
695695+ tornado_5 = throw "tornado_5 has been removed, use tornado instead"; # added 2025-01-13
694696 torrent_parser = torrent-parser; # added 2023-11-04
695697 transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
696698 py-tree-sitter = throw "Was merged with tree-sitter."; # added 2024-03-20
-6
pkgs/top-level/python-packages.nix
···16323163231632416324 tornado = callPackage ../development/python-modules/tornado { };
16325163251632616326- # Used by circus and grab-site, 2020-08-29
1632716327- tornado_4 = callPackage ../development/python-modules/tornado/4.nix { };
1632816328-1632916329- # Used by streamlit, 2021-01-29
1633016330- tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
1633116331-1633216326 torchprofile = callPackage ../development/python-modules/torchprofile { };
16333163271633416328 torpy = callPackage ../development/python-modules/torpy { };