Loading pkgs/development/python-modules/yahooweather/default.nixdeleted 100644 → 0 +0 −29 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy3k, }: buildPythonPackage rec { pname = "yahooweather"; version = "0.10"; format = "setuptools"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = "0bsxmngkpzvqm50i2cnxjzhpbdhb8s10ly8h5q08696cjihqdkpa"; }; # Tests require network access doCheck = false; meta = with lib; { description = "Provide an interface to the Yahoo! Weather RSS feed"; homepage = "https://github.com/pvizeli/yahooweather"; license = licenses.bsd2; maintainers = with maintainers; [ peterhoeg ]; }; } pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -740,6 +740,7 @@ mapAliases ({ xarray-datatree = throw "Datatree has been merged upstream into pydata/xarray, and released as of xarray version 2024.10.0."; # added 2024-11-02 xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31 XlsxWriter = xlsxwriter; # added 2023-02-19 yahooweather = throw "yahooweather has been removed because it is no longer maintained"; # added 2025-01-13 xsser = "xsser has been removed because it was unmaintained and relies on a archived project"; # added 2024-07-27 Yapsy = yapsy; # added 2023-02-19 yanc = throw "yanc has been removed because it relies on nose"; # added 2024-07-27 Loading pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -18288,8 +18288,6 @@ self: super: with self; { yabadaba = callPackage ../development/python-modules/yabadaba { }; yahooweather = callPackage ../development/python-modules/yahooweather { }; yalesmartalarmclient = callPackage ../development/python-modules/yalesmartalarmclient { }; yalexs = callPackage ../development/python-modules/yalexs { }; Loading
pkgs/development/python-modules/yahooweather/default.nixdeleted 100644 → 0 +0 −29 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, isPy3k, }: buildPythonPackage rec { pname = "yahooweather"; version = "0.10"; format = "setuptools"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = "0bsxmngkpzvqm50i2cnxjzhpbdhb8s10ly8h5q08696cjihqdkpa"; }; # Tests require network access doCheck = false; meta = with lib; { description = "Provide an interface to the Yahoo! Weather RSS feed"; homepage = "https://github.com/pvizeli/yahooweather"; license = licenses.bsd2; maintainers = with maintainers; [ peterhoeg ]; }; }
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -740,6 +740,7 @@ mapAliases ({ xarray-datatree = throw "Datatree has been merged upstream into pydata/xarray, and released as of xarray version 2024.10.0."; # added 2024-11-02 xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31 XlsxWriter = xlsxwriter; # added 2023-02-19 yahooweather = throw "yahooweather has been removed because it is no longer maintained"; # added 2025-01-13 xsser = "xsser has been removed because it was unmaintained and relies on a archived project"; # added 2024-07-27 Yapsy = yapsy; # added 2023-02-19 yanc = throw "yanc has been removed because it relies on nose"; # added 2024-07-27 Loading
pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -18288,8 +18288,6 @@ self: super: with self; { yabadaba = callPackage ../development/python-modules/yabadaba { }; yahooweather = callPackage ../development/python-modules/yahooweather { }; yalesmartalarmclient = callPackage ../development/python-modules/yalesmartalarmclient { }; yalexs = callPackage ../development/python-modules/yalexs { };