···1-{ lib
2-, buildPythonPackage
3-, fetchPypi
4-, isPy3k
5-}:
6-7-if isPy3k then null else buildPythonPackage rec {
8- pname = "functools32";
9- version = "3.2.3-2";
10-11- src = fetchPypi {
12- inherit pname version;
13- sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
14- };
15-16- meta = with lib; {
17- description = "This is a backport of the functools standard library module from";
18- homepage = "https://github.com/MiCHiLU/python-functools32";
19- license = licenses.psfl;
20- };
21-22-}
···0000000000000000000000
+1
pkgs/top-level/python-aliases.nix
···184 foundationdb60 = throw "foundationdb60 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
185 foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
186 functorch = throw "functorch is now part of the torch package and has therefore been removed. See https://github.com/pytorch/functorch/releases/tag/v1.13.0 for more info."; # added 2022-12-01
0187 fritzprofiles = throw "fritzprofiles was removed from nixpkgs, because it was removed as dependency of home-assistant for which it was pacakged."; # added 2024-01-05
188 garages-amsterdam = throw "garages-amsterdam has been renamed odp-amsterdam."; # added 2023-01-04
189 garminconnect-ha = garminconnect; # added 2022-02-05
···184 foundationdb60 = throw "foundationdb60 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
185 foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
186 functorch = throw "functorch is now part of the torch package and has therefore been removed. See https://github.com/pytorch/functorch/releases/tag/v1.13.0 for more info."; # added 2022-12-01
187+ functools32 = throw "functool32 was removed from nixpkgs, because python 2.7 has reach end of life in early 2020"; # added 2024-05-16
188 fritzprofiles = throw "fritzprofiles was removed from nixpkgs, because it was removed as dependency of home-assistant for which it was pacakged."; # added 2024-01-05
189 garages-amsterdam = throw "garages-amsterdam has been renamed odp-amsterdam."; # added 2023-01-04
190 garminconnect-ha = garminconnect; # added 2022-02-05