Skip to content

Commit f4ed82a

Browse files
committed
python312Packages.tornado_5: remove
tornado_5 has been removed, use tornado instead
1 parent 3ca089b commit f4ed82a

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

pkgs/development/python-modules/tornado/5.nix

Lines changed: 0 additions & 42 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ mapAliases ({
690690
tissue = throw "tissue has been removed, because it is archived since October 2022"; # added 2024-07-27
691691
torchgpipe = throw "torchgpipe has been removed, because it appears unmaintained and Pytorch now includes pipeline parallelism support"; # added 2024-05-18
692692
tornado_4 = throw "tornado_4 has been removed, use tornado instead"; # added 2025-01-13
693+
tornado_5 = throw "tornado_5 has been removed, use tornado instead"; # added 2025-01-13
693694
torrent_parser = torrent-parser; # added 2023-11-04
694695
transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
695696
py-tree-sitter = throw "Was merged with tree-sitter."; # added 2024-03-20

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16327,9 +16327,6 @@ self: super: with self; {
1632716327

1632816328
tornado = callPackage ../development/python-modules/tornado { };
1632916329

16330-
# Used by streamlit, 2021-01-29
16331-
tornado_5 = callPackage ../development/python-modules/tornado/5.nix { };
16332-
1633316330
torchprofile = callPackage ../development/python-modules/torchprofile { };
1633416331

1633516332
torpy = callPackage ../development/python-modules/torpy { };

0 commit comments

Comments
 (0)