Skip to content

Commit

Permalink
Merge pull request #242752 from bcdarwin/remove-python3-imgaug
Browse files Browse the repository at this point in the history
python310Packages.imgaug: remove
  • Loading branch information
NickCao authored Jul 11, 2023
2 parents 319c446 + 9f35ab9 commit 63b561d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 156 deletions.
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 @@ -4951,8 +4951,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 @@ -6181,8 +6179,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

0 comments on commit 63b561d

Please sign in to comment.