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 , brotli
, hypothesis , hypothesis
, lz4 , lz4
, memory_profiler , memory-profiler
, numpy , numpy
, py , py
, pytest-benchmark , pytest-benchmark
@ -44,7 +44,7 @@ buildPythonPackage rec {
brotli brotli
hypothesis hypothesis
lz4 lz4
memory_profiler memory-profiler
numpy numpy
py py
pytest-benchmark pytest-benchmark

View file

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

View file

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

View file

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

View file

@ -218,6 +218,7 @@ mapAliases ({
mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29 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 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 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_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 mistune_2_0 = mistune; # added 2022-08-12
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21 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-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 { }; meraki = callPackage ../development/python-modules/meraki { };