Skip to content

Commit

Permalink
python312Packages.cov-core: remove
Browse files Browse the repository at this point in the history
It was archived and unmaintained since 2014
  • Loading branch information
fabaff committed May 21, 2024
1 parent 009ae0d commit d8fea73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
18 changes: 0 additions & 18 deletions pkgs/development/python-modules/cov-core/default.nix

This file was deleted.

3 changes: 2 additions & 1 deletion pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ mapAliases ({
CommonMark = commonmark; # added 2023-02-1
ConfigArgParse = configargparse; # added 2021-03-18
coronavirus = throw "coronavirus was removed, because the source is not providing the data anymore."; # added 2023-05-04
covCore = cov-core; # added 2024-01-03
covCore = throw "covCore was renamed to cov-core and subsequently removed since it has ben unmaintained since 2014"; # added 2024-05-20
cov-core = throw "cov-core has been removed, it was archived and unmaintained since 2014"; # added 2024-05-21
cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14
cryptacular = throw "cryptacular was removed, because it was disabled on all python version since 3.6 and last updated in 2021"; # Added 2024-05-13
cryptography_vectors = "cryptography_vectors is no longer exposed in python*Packages because it is used for testing cryptography only."; # Added 2022-03-23
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 @@ -2496,8 +2496,6 @@ self: super: with self; {

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

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

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

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

0 comments on commit d8fea73

Please sign in to comment.