Loading pkgs/development/python-modules/lazr/config.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchPypi , setuptools , lazr_delegates , lazr-delegates , zope_interface , pytestCheckHook }: Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ lazr_delegates lazr-delegates zope_interface ]; Loading pkgs/development/python-modules/lazr/delegates.nix +3 −2 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi, nose, zope_interface }: buildPythonPackage rec { pname = "lazr.delegates"; pname = "lazr-delegates"; version = "2.0.4"; propagatedBuildInputs = [ nose zope_interface ]; Loading @@ -9,7 +9,8 @@ buildPythonPackage rec { doCheck = false; # cannot import name 'ClassType' from 'types' src = fetchPypi { inherit pname version; pname = "lazr.delegates"; inherit version; sha256 = "1rdnl85j9ayp8n85l0ciip621j9dcziz5qnmv2m7krgwgcn31vfx"; }; } pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ mapAliases ({ ldap = python-ldap; # added 2022-09-16 lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04 lazr_config = lazr-config; # added 2023-11-03 lazr_delegates = lazr-delegates; # added 2023-11-03 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 Loading pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6040,7 +6040,7 @@ self: super: with self; { lazr-config = callPackage ../development/python-modules/lazr/config.nix { }; lazr_delegates = callPackage ../development/python-modules/lazr/delegates.nix { }; lazr-delegates = callPackage ../development/python-modules/lazr/delegates.nix { }; lazr-restfulclient = callPackage ../development/python-modules/lazr-restfulclient { }; Loading Loading
pkgs/development/python-modules/lazr/config.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchPypi , setuptools , lazr_delegates , lazr-delegates , zope_interface , pytestCheckHook }: Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ lazr_delegates lazr-delegates zope_interface ]; Loading
pkgs/development/python-modules/lazr/delegates.nix +3 −2 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi, nose, zope_interface }: buildPythonPackage rec { pname = "lazr.delegates"; pname = "lazr-delegates"; version = "2.0.4"; propagatedBuildInputs = [ nose zope_interface ]; Loading @@ -9,7 +9,8 @@ buildPythonPackage rec { doCheck = false; # cannot import name 'ClassType' from 'types' src = fetchPypi { inherit pname version; pname = "lazr.delegates"; inherit version; sha256 = "1rdnl85j9ayp8n85l0ciip621j9dcziz5qnmv2m7krgwgcn31vfx"; }; }
pkgs/top-level/python-aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,7 @@ mapAliases ({ ldap = python-ldap; # added 2022-09-16 lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04 lazr_config = lazr-config; # added 2023-11-03 lazr_delegates = lazr-delegates; # added 2023-11-03 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 Loading
pkgs/top-level/python-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6040,7 +6040,7 @@ self: super: with self; { lazr-config = callPackage ../development/python-modules/lazr/config.nix { }; lazr_delegates = callPackage ../development/python-modules/lazr/delegates.nix { }; lazr-delegates = callPackage ../development/python-modules/lazr/delegates.nix { }; lazr-restfulclient = callPackage ../development/python-modules/lazr-restfulclient { }; Loading