summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-11-10 11:59:55 +0100
committerGitHub <noreply@github.com>2023-11-10 11:59:55 +0100
commit1f269e92bfcf81f28dfd2badc212e654d50b7fab (patch)
tree76dc76cb05c2ed8242816df30db42bc2ca7a60cc /pkgs/top-level
parentdbd73a7668819b6f754a44c06b32b5a4b29976e7 (diff)
parent069e1ee048316d310310f3b673b4b51484d02f7a (diff)
downloadnixpkgs-1f269e92bfcf81f28dfd2badc212e654d50b7fab.tar
nixpkgs-1f269e92bfcf81f28dfd2badc212e654d50b7fab.tar.gz
nixpkgs-1f269e92bfcf81f28dfd2badc212e654d50b7fab.tar.bz2
nixpkgs-1f269e92bfcf81f28dfd2badc212e654d50b7fab.tar.lz
nixpkgs-1f269e92bfcf81f28dfd2badc212e654d50b7fab.tar.xz
nixpkgs-1f269e92bfcf81f28dfd2badc212e654d50b7fab.tar.zst
nixpkgs-1f269e92bfcf81f28dfd2badc212e654d50b7fab.zip
Merge pull request #265260 from natsukium/pymaging-png
python311Packages.{pymaging,pymaging_png}: remove
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-aliases.nix2
-rw-r--r--pkgs/top-level/python-packages.nix4
2 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 0694ba52bcd..0dc2dd78052 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -293,6 +293,8 @@ 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
   pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index bb93ae68524..6c829cdd424 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -10395,10 +10395,6 @@ self: super: with self; {
 
   pymacaroons = callPackage ../development/python-modules/pymacaroons { };
 
-  pymaging = callPackage ../development/python-modules/pymaging { };
-
-  pymaging_png = callPackage ../development/python-modules/pymaging_png { };
-
   pymailgunner = callPackage ../development/python-modules/pymailgunner { };
 
   pymanopt = callPackage ../development/python-modules/pymanopt { };