summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-11-04 01:23:54 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-11-04 01:23:54 +0900
commit069e1ee048316d310310f3b673b4b51484d02f7a (patch)
treea609331b404e852cceb0695d56ec9c760c5e7827 /pkgs/top-level
parentf9665bb173b81515ad2f421e5482a091af8b8bc8 (diff)
downloadnixpkgs-069e1ee048316d310310f3b673b4b51484d02f7a.tar
nixpkgs-069e1ee048316d310310f3b673b4b51484d02f7a.tar.gz
nixpkgs-069e1ee048316d310310f3b673b4b51484d02f7a.tar.bz2
nixpkgs-069e1ee048316d310310f3b673b4b51484d02f7a.tar.lz
nixpkgs-069e1ee048316d310310f3b673b4b51484d02f7a.tar.xz
nixpkgs-069e1ee048316d310310f3b673b4b51484d02f7a.tar.zst
nixpkgs-069e1ee048316d310310f3b673b4b51484d02f7a.zip
python311Packages.pymaging: remove
pymaging has been removed because it has not been maintained for 10 years and has been archived.
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 bfb1dabc578..42bbbe3f69f 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -289,6 +289,7 @@ mapAliases ({
   pyjson5 = json5; # added 2022-08-28
   pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20
   PyLD = pyld; # added 2022-06-22
+  pymaging = throw "pymaging has been removed because it has not been maintained for 10 years and has been archived."; # added 2023-11-04
   pymaging_png = throw "pymaging_png has been removed because it has not been maintained for 10 years and has been archived."; # added 2023-11-04
   pymatgen-lammps = throw "pymatgen-lammps has been removed because it is unmaintained and broken"; # added 2023-06-20
   pymazda = throw "pymazda has been removed, because the upstream repo has been affected by a DCMA claim."; # added 2023-10-16
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 69cfe4888d1..d1eedea6d8a 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -10386,8 +10386,6 @@ self: super: with self; {
 
   pymacaroons = callPackage ../development/python-modules/pymacaroons { };
 
-  pymaging = callPackage ../development/python-modules/pymaging { };
-
   pymailgunner = callPackage ../development/python-modules/pymailgunner { };
 
   pymanopt = callPackage ../development/python-modules/pymanopt { };