python311Packages.lazy-import: rename from lazy_import

This commit is contained in:
Felix Buehler 2024-01-07 00:39:15 +01:00
parent e55b4c1ec7
commit 36a4cbd812
3 changed files with 5 additions and 3 deletions

View File

@ -6,12 +6,13 @@
, six }:
buildPythonPackage rec {
pname = "lazy_import";
pname = "lazy-import";
version = "0.2.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
pname = "lazy_import";
inherit version;
sha256 = "0gca9xj60qr3aprj9qdc66crr4r7hl8wzv6gc9y40nclazwawj91";
};

View File

@ -234,6 +234,7 @@ mapAliases ({
langchainplus-sdk = langsmith; # added 2023-08-01
lazr_config = lazr-config; # added 2023-11-03
lazr_delegates = lazr-delegates; # added 2023-11-03
lazy_import = lazy-import; # added 2024-01-07
lazy_imports = lazy-imports; # added 2023-10-13
lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01
line_profiler = line-profiler; # added 2023-11-04

View File

@ -6203,7 +6203,7 @@ self: super: with self; {
lazy = callPackage ../development/python-modules/lazy { };
lazy_import = callPackage ../development/python-modules/lazy_import { };
lazy-import = callPackage ../development/python-modules/lazy-import { };
lazy-imports = callPackage ../development/python-modules/lazy-imports { };