Skip to content

Commit

Permalink
Merge pull request #265260 from natsukium/pymaging-png
Browse files Browse the repository at this point in the history
python311Packages.{pymaging,pymaging_png}: remove
  • Loading branch information
mweinelt authored Nov 10, 2023
2 parents dbd73a7 + 069e1ee commit 1f269e9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
24 changes: 0 additions & 24 deletions pkgs/development/python-modules/pymaging/default.nix

This file was deleted.

27 changes: 0 additions & 27 deletions pkgs/development/python-modules/pymaging_png/default.nix

This file was deleted.

2 changes: 2 additions & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 1f269e9

Please sign in to comment.