Skip to content

Commit

Permalink
Merge pull request #313163 from natsukium/nosejs/drop
Browse files Browse the repository at this point in the history
python311Packages.nosejs: drop
  • Loading branch information
natsukium authored May 20, 2024
2 parents 7d2c5c8 + 432bbca commit c730ac0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
29 changes: 0 additions & 29 deletions pkgs/development/python-modules/nosejs/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ mapAliases ({
net2grid = gridnet; # add 2022-04-22
nghttp2 = throw "in 1.52.0 removed deprecated python bindings."; # added 2023-06-08
ninja-python = ninja; # add 2022-08-03
nosejs = throw "nosejs has been removed since it has not been maintained for 15 years and there are no dependent packages"; # added 2024-05-21
nose-cover3 = throw "nose-cover3 has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-02-16
nose_progressive = throw "nose_progressive has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; #added 2023-02-21
nose_warnings_filters = nose-warnings-filters; # added 2024-01-07
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8873,8 +8873,6 @@ self: super: with self; {

nose-timer = callPackage ../development/python-modules/nose-timer { };

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

nose-pattern-exclude = callPackage ../development/python-modules/nose-pattern-exclude { };

nose-randomly = callPackage ../development/python-modules/nose-randomly { };
Expand Down

0 comments on commit c730ac0

Please sign in to comment.