mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
python311Packages.memory-profiler: rename from memory_profiler
This commit is contained in:
parent
79c799f576
commit
bcc9e70d26
@ -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
|
||||
|
@ -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=";
|
||||
};
|
||||
|
@ -12,7 +12,6 @@
|
||||
, gprof2dot
|
||||
, html5lib
|
||||
, jinja2
|
||||
, memory_profiler
|
||||
, psutil
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user