Skip to content

Commit

Permalink
Merge pull request #313269 from natsukium/nose-cprof/remove
Browse files Browse the repository at this point in the history
python311Packages.nose-cprof: remove
  • Loading branch information
fabaff authored May 21, 2024
2 parents 0b593aa + 5958a11 commit 4fbbc17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
26 changes: 0 additions & 26 deletions pkgs/development/python-modules/nose-cprof/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 @@ -304,6 +304,7 @@ mapAliases ({
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-cprof = throw "nose-cprof has been removed since it has not been maintained for 7 years and there are no dependent packages"; # added 2024-05-21
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
notifymuch = throw "notifymuch has been promoted to a top-level attribute name: `pkgs.notifymuch`"; # added 2022-10-02
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 @@ -8863,8 +8863,6 @@ self: super: with self; {

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

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

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

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

0 comments on commit 4fbbc17

Please sign in to comment.