Loading pkgs/development/python-modules/cramjam/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ , brotli , hypothesis , lz4 , memory_profiler , memory-profiler , numpy , py , pytest-benchmark Loading Loading @@ -44,7 +44,7 @@ buildPythonPackage rec { brotli hypothesis lz4 memory_profiler memory-profiler numpy py pytest-benchmark Loading pkgs/development/python-modules/memory_profiler/default.nix→pkgs/development/python-modules/memory-profiler/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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="; }; Loading pkgs/development/python-modules/textx/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ , gprof2dot , html5lib , jinja2 , memory_profiler , psutil , pytestCheckHook }: Loading pkgs/development/python-modules/textx/tests.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ , gprof2dot , html5lib , jinja2 , memory_profiler , memory-profiler , psutil , pytestCheckHook , setuptools Loading @@ -30,7 +30,7 @@ buildPythonPackage { gprof2dot html5lib jinja2 memory_profiler memory-profiler psutil pytestCheckHook setuptools Loading pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/cramjam/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ , brotli , hypothesis , lz4 , memory_profiler , memory-profiler , numpy , py , pytest-benchmark Loading Loading @@ -44,7 +44,7 @@ buildPythonPackage rec { brotli hypothesis lz4 memory_profiler memory-profiler numpy py pytest-benchmark Loading
pkgs/development/python-modules/memory_profiler/default.nix→pkgs/development/python-modules/memory-profiler/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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="; }; Loading
pkgs/development/python-modules/textx/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ , gprof2dot , html5lib , jinja2 , memory_profiler , psutil , pytestCheckHook }: Loading
pkgs/development/python-modules/textx/tests.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ , gprof2dot , html5lib , jinja2 , memory_profiler , memory-profiler , psutil , pytestCheckHook , setuptools Loading @@ -30,7 +30,7 @@ buildPythonPackage { gprof2dot html5lib jinja2 memory_profiler memory-profiler psutil pytestCheckHook setuptools Loading
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading