python311Packages.lazy-imports: rename from lazy_imports

This commit is contained in:
natsukium 2023-10-16 15:10:52 +09:00 committed by Yt
parent 26c76ca454
commit a31db09aaa
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
, packaging
}:
let
pname = "lazy_imports";
pname = "lazy-imports";
version = "0.3.1";
in
buildPythonPackage {

View File

@ -211,6 +211,7 @@ mapAliases ({
Keras = keras; # added 2021-11-25
ldap = python-ldap; # added 2022-09-16
lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04
lazy_imports = lazy-imports; # added 2023-10-13
lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01
logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29
logilab_common = logilab-common; # added 2022-11-21

View File

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