about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-02-26 20:58:25 +0000
committerAlyssa Ross <hi@alyssa.is>2023-02-28 11:15:32 +0000
commitaa5fe70f46f41e2dc11b11d94b719d5366422cd0 (patch)
tree78a08604cc308cac6464c64af211517c645fa26e /pkgs/top-level/python-aliases.nix
parent399e2c78d4610a50f7c74ff4b17fecd0b782ba2a (diff)
python2.pkgs.pysparse: drop
Only supports Python 2, but depends on numpy, which doesn't support
Python 2.  Unmaintained upstream.
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index ab41f5c357ef8..a9678ea02bdca 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -181,6 +181,7 @@ mapAliases ({
   pyroute2-nslink = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
   pyroute2-protocols = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
   pysmart-smartx = pysmart; # added 2021-10-22
+  pysparse = throw "pysparse has been abandoned upstream."; # added 2023-02-28
   pyspotify = throw "pyspotify has been removed because Spotify stopped supporting libspotify"; # added 2022-05-29
   pytest_6 = pytest; # added 2022-02-10
   pytestcov = pytest-cov; # added 2021-01-04