python3packages.diff-cover: rename from diff_cover

This commit is contained in:
Fabian Affolter 2021-07-03 00:00:21 +02:00
parent dd33cc8b92
commit 9a1a5e8101
3 changed files with 5 additions and 3 deletions

View file

@ -15,12 +15,13 @@
}:
buildPythonPackage rec {
pname = "diff_cover";
pname = "diff-cover";
version = "5.4.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
pname = "diff_cover";
inherit version;
sha256 = "sha256-4iQ9/QcXh/lW8HE6wFZWc6Y57xhAEWu2TQnIUZJNAMs=";
};

View file

@ -36,6 +36,7 @@ mapAliases ({
blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # Added 2020-11-29
bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # Added 2019-11-27
detox = throw "detox is no longer maintained, and was broken since may 2019"; # added 2020-07-04
diff_cover = diff-cover; # added 2021-07-02
dns = dnspython; # Alias for compatibility, 2017-12-10
faulthandler = throw "faulthandler is built into ${python.executable}";
gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14

View file

@ -1921,7 +1921,7 @@ in {
dicttoxml = callPackage ../development/python-modules/dicttoxml { };
diff_cover = callPackage ../development/python-modules/diff_cover { };
diff-cover = callPackage ../development/python-modules/diff-cover { };
diff-match-patch = callPackage ../development/python-modules/diff-match-patch { };