Skip to content

Commit

Permalink
python312Packages.nose-cov: remove
Browse files Browse the repository at this point in the history
It was archived and unmaintained since 2012
  • Loading branch information
fabaff committed May 21, 2024
1 parent 33916ed commit 3ec13e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
21 changes: 0 additions & 21 deletions pkgs/development/python-modules/nose-cov/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 ({
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-cov = throw "nose-cov has been removed, it was archived and unmaintained since 2012"; # 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
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 @@ -8859,8 +8859,6 @@ self: super: with self; {

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

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

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

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

0 comments on commit 3ec13e8

Please sign in to comment.