python311Packages.memory-profiler: rename from memory_profiler

This commit is contained in:
natsukium 2023-10-09 18:12:56 +09:00
parent 79c799f576
commit bcc9e70d26
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
6 changed files with 9 additions and 8 deletions

View File

@ -7,7 +7,7 @@
, brotli
, hypothesis
, lz4
, memory_profiler
, memory-profiler
, numpy
, py
, pytest-benchmark
@ -44,7 +44,7 @@ buildPythonPackage rec {
brotli
hypothesis
lz4
memory_profiler
memory-profiler
numpy
py
pytest-benchmark

View File

@ -4,11 +4,12 @@
}:
python.pkgs.buildPythonPackage rec {
pname = "memory_profiler";
pname = "memory-profiler";
version = "0.61.0";
src = fetchPypi {
inherit pname version;
pname = "memory_profiler";
inherit version;
sha256 = "sha256-Tltz14ZKHRKS+3agPoKj5475NNBoKKaY2dradtogZ7A=";
};

View File

@ -12,7 +12,6 @@
, gprof2dot
, html5lib
, jinja2
, memory_profiler
, psutil
, pytestCheckHook
}:

View File

@ -4,7 +4,7 @@
, gprof2dot
, html5lib
, jinja2
, memory_profiler
, memory-profiler
, psutil
, pytestCheckHook
, setuptools
@ -30,7 +30,7 @@ buildPythonPackage {
gprof2dot
html5lib
jinja2
memory_profiler
memory-profiler
psutil
pytestCheckHook
setuptools

View File

@ -218,6 +218,7 @@ mapAliases ({
mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29
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
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

View File

@ -6660,7 +6660,7 @@ self: super: with self; {
memory-allocator = callPackage ../development/python-modules/memory-allocator { };
memory_profiler = callPackage ../development/python-modules/memory_profiler { };
memory-profiler = callPackage ../development/python-modules/memory-profiler { };
meraki = callPackage ../development/python-modules/meraki { };