Skip to content

Commit 4c03a50

Browse files
authored
python312Packages.yahooweather: remove (#373401)
2 parents ff80336 + 35102ae commit 4c03a50

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

pkgs/development/python-modules/yahooweather/default.nix

Lines changed: 0 additions & 29 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
@@ -740,6 +740,7 @@ mapAliases ({
740740
xarray-datatree = throw "Datatree has been merged upstream into pydata/xarray, and released as of xarray version 2024.10.0."; # added 2024-11-02
741741
xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31
742742
XlsxWriter = xlsxwriter; # added 2023-02-19
743+
yahooweather = throw "yahooweather has been removed because it is no longer maintained"; # added 2025-01-13
743744
xsser = "xsser has been removed because it was unmaintained and relies on a archived project"; # added 2024-07-27
744745
Yapsy = yapsy; # added 2023-02-19
745746
yanc = throw "yanc has been removed because it relies on nose"; # added 2024-07-27

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18288,8 +18288,6 @@ self: super: with self; {
1828818288

1828918289
yabadaba = callPackage ../development/python-modules/yabadaba { };
1829018290

18291-
yahooweather = callPackage ../development/python-modules/yahooweather { };
18292-
1829318291
yalesmartalarmclient = callPackage ../development/python-modules/yalesmartalarmclient { };
1829418292

1829518293
yalexs = callPackage ../development/python-modules/yalexs { };

0 commit comments

Comments
 (0)