···11-{ lib
22-, buildPythonPackage
33-, fetchPypi
44-, isPy3k
55-}:
66-77-if isPy3k then null else buildPythonPackage rec {
88- pname = "functools32";
99- version = "3.2.3-2";
1010-1111- src = fetchPypi {
1212- inherit pname version;
1313- sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
1414- };
1515-1616- meta = with lib; {
1717- description = "This is a backport of the functools standard library module from";
1818- homepage = "https://github.com/MiCHiLU/python-functools32";
1919- license = licenses.psfl;
2020- };
2121-2222-}
+1
pkgs/top-level/python-aliases.nix
···184184 foundationdb60 = throw "foundationdb60 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
185185 foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
186186 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
187187+ functools32 = throw "functool32 was removed from nixpkgs, because python 2.7 has reach end of life in early 2020"; # added 2024-05-16
187188 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
188189 garages-amsterdam = throw "garages-amsterdam has been renamed odp-amsterdam."; # added 2023-01-04
189190 garminconnect-ha = garminconnect; # added 2022-02-05