Unverified Commit 067e014f authored by natsukium's avatar natsukium
Browse files

python311Packages.lazr-delegates: rename from lazr_delegates

parent 375e6a3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, setuptools
, lazr_delegates
, lazr-delegates
, zope_interface
, pytestCheckHook
}:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    lazr_delegates
    lazr-delegates
    zope_interface
  ];

+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 ];
@@ -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";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 { };