about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-01 16:37:56 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-01 16:37:56 +0200
commitc05bb04c88f38c03978d371b30cfbb181c892a16 (patch)
tree411ae91976249ac24249603e6d10551dc9c0470c /pkgs/top-level
parentbb54a0c1977614ea64113f587396ecc55d0f0f4a (diff)
python311Packages.fastpair: remove
fastpair is unmaintained upstream for over 8 years
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-aliases.nix1
-rw-r--r--pkgs/top-level/python-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 4f0c0d4219cf0..e75f863bbcbce 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -150,6 +150,7 @@ mapAliases ({
   factory_boy = factory-boy; # added 2023-10-08
   fake_factory = throw "fake_factory has been removed because it is unused and deprecated by upstream since 2016."; # added 2022-05-30
   fastnlo_toolkit = fastnlo-toolkit; # added 2024-01-03
+  fastpair = throw "fastpair is unmaintained upstream and has therefore been removed"; # added 2024-05-01
   faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
   inherit (super.pkgs) fetchPypi; # added 2023-05-25
   filebrowser_safe = filebrowser-safe; # added 2024-01-03
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 092730d890082..8800449a30d77 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -4115,8 +4115,6 @@ self: super: with self; {
 
   fastnumbers = callPackage ../development/python-modules/fastnumbers { };
 
-  fastpair = callPackage ../development/python-modules/fastpair { };
-
   fastparquet = callPackage ../development/python-modules/fastparquet { };
 
   fastpbkdf2 = callPackage ../development/python-modules/fastpbkdf2 { };