Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python310Packages.imgaug: remove #242752

Merged
merged 2 commits into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 0 additions & 84 deletions pkgs/development/python-modules/imgaug/default.nix

This file was deleted.

68 changes: 0 additions & 68 deletions pkgs/development/python-modules/mask-rcnn/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 @@ -150,6 +150,7 @@ mapAliases ({
IMAPClient = imapclient; # added 2021-10-28
imdbpy = throw "imdbpy has been renamed to cinemagoer"; # added 2022-08-08
image-match = throw "image-match has been removed because it is no longer maintained"; # added 2023-06-10
imgaug = throw "imgaug has been removed as it is no longer maintained"; # added 2023-07-10
intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517"; # added 2023-04-11
ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
Expand All @@ -172,6 +173,7 @@ mapAliases ({
Mako = mako; # added 2023-02-19
Markups = markups; # added 2022-02-14
markdownsuperscript = throw "markdownsuperscript is unmaintained, use pymdown-extensions"; # added 2023-06-10
mask-rcnn = throw "mask-rcnn has been removed as it is unmaintained and its dependency imgaug no longer builds"; # added 2023-07-10
MDP = mdp; # added 2023-02-19
MechanicalSoup = mechanicalsoup; # added 2021-06-01
memcached = python-memcached; # added 2022-05-06
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 @@ -4949,8 +4949,6 @@ self: super: with self; {

img2pdf = callPackage ../development/python-modules/img2pdf { };

imgaug = callPackage ../development/python-modules/imgaug { };

imgdiff = callPackage ../development/python-modules/imgdiff { };

imgsize = callPackage ../development/python-modules/imgsize { };
Expand Down Expand Up @@ -6179,8 +6177,6 @@ self: super: with self; {

mashumaro = callPackage ../development/python-modules/mashumaro { };

mask-rcnn = callPackage ../development/python-modules/mask-rcnn { };

masky = callPackage ../development/python-modules/masky { };

mastodon-py = callPackage ../development/python-modules/mastodon-py { };
Expand Down