python3Packages.functools32: drop

functools32: to 2.7
This commit is contained in:
Sigmanificient 2024-05-16 20:14:34 +02:00
parent 41aba865e7
commit b5bc9b45bf
3 changed files with 1 additions and 24 deletions

View File

@ -1,22 +0,0 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy3k
}:
if isPy3k then null else buildPythonPackage rec {
pname = "functools32";
version = "3.2.3-2";
src = fetchPypi {
inherit pname version;
sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
};
meta = with lib; {
description = "This is a backport of the functools standard library module from";
homepage = "https://github.com/MiCHiLU/python-functools32";
license = licenses.psfl;
};
}

View File

@ -184,6 +184,7 @@ mapAliases ({
foundationdb60 = throw "foundationdb60 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
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
functools32 = throw "functool32 was removed from nixpkgs, because python 2.7 has reach end of life in early 2020"; # added 2024-05-16
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
garages-amsterdam = throw "garages-amsterdam has been renamed odp-amsterdam."; # added 2023-01-04
garminconnect-ha = garminconnect; # added 2022-02-05

View File

@ -4570,8 +4570,6 @@ self: super: with self; {
functiontrace = callPackage ../development/python-modules/functiontrace { };
functools32 = callPackage ../development/python-modules/functools32 { };
funcy = callPackage ../development/python-modules/funcy { };
funsor = callPackage ../development/python-modules/funsor { };