Merge pull request #279334 from Stunkymonkey/mir-eval-normalize
python311Packages.mir-eval: rename from mir_eval
This commit is contained in:
commit
3bd996c1ea
3 changed files with 5 additions and 3 deletions
|
@ -9,12 +9,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mir_eval";
|
||||
pname = "mir-eval";
|
||||
version = "0.7";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "mir_eval";
|
||||
inherit version;
|
||||
hash = "sha256-4f66pXZsZadUXCoXCyQUkPR6mJhzcLHgZ0JCTF3r5l4=";
|
||||
};
|
||||
|
|
@ -265,6 +265,7 @@ mapAliases ({
|
|||
manticore = throw "manticore has been removed because its dependency wasm no longer builds and is unmaintained"; # added 2023-05-20
|
||||
markerlib = throw "markerlib has been removed because it's abandoned since 2013"; # added 2023-05-19
|
||||
memory_profiler = memory-profiler; # added 2023-10-09
|
||||
mir_eval = mir-eval; # added 2024-01-07
|
||||
mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12
|
||||
mistune_2_0 = mistune; # added 2022-08-12
|
||||
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
|
||||
|
|
|
@ -7036,7 +7036,7 @@ self: super: with self; {
|
|||
|
||||
mip = callPackage ../development/python-modules/mip { };
|
||||
|
||||
mir_eval = callPackage ../development/python-modules/mir_eval { };
|
||||
mir-eval = callPackage ../development/python-modules/mir-eval { };
|
||||
|
||||
mirakuru = callPackage ../development/python-modules/mirakuru { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue