python312Packages.yahooweather: remove
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
{
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user