mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #279256 from Stunkymonkey/lcov-cobertura-normalize
python311Packages.lcov-cobertura: rename from lcov_cobertura
This commit is contained in:
commit
98bb322ba9
@ -5,13 +5,14 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lcov_cobertura";
|
||||
pname = "lcov-cobertura";
|
||||
version = "2.0.2";
|
||||
format = "setuptools";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "lcov_cobertura";
|
||||
inherit version;
|
||||
hash = "sha256-xs40e/PuZ/jV0CDNZiYmo1lM8r5yfMY0qg0R+j9/E3Q=";
|
||||
};
|
||||
|
@ -247,6 +247,7 @@ mapAliases ({
|
||||
logilab_common = logilab-common; # added 2022-11-21
|
||||
loo-py = loopy; # added 2022-05-03
|
||||
ludios_wpull = throw "ludios_wpull has been removed because it's unmaintained and broken"; # added 2023-11-12
|
||||
lcov_cobertura = lcov-cobertura; # added 2024-01-07
|
||||
Mako = mako; # added 2023-02-19
|
||||
Markups = markups; # added 2022-02-14
|
||||
markdownsuperscript = throw "markdownsuperscript is unmaintained, use pymdown-extensions"; # added 2023-06-10
|
||||
|
@ -6217,7 +6217,7 @@ self: super: with self; {
|
||||
|
||||
lcgit = callPackage ../development/python-modules/lcgit { };
|
||||
|
||||
lcov_cobertura = callPackage ../development/python-modules/lcov_cobertura { };
|
||||
lcov-cobertura = callPackage ../development/python-modules/lcov-cobertura { };
|
||||
|
||||
ld2410-ble = callPackage ../development/python-modules/ld2410-ble { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user