Commit 35102ae1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.yahooweather: remove

parent 0a85603e
Loading
Loading
Loading
Loading
+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 ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -735,6 +735,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
+0 −2
Original line number Diff line number Diff line
@@ -18298,8 +18298,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 { };