python312Packages.lazr-delegates: refactor
This commit is contained in:
+4
-4
@@ -18,9 +18,9 @@ buildPythonPackage rec {
|
||||
hash = "sha256-rs6yYW5Rtz8yf78SxOwrfXZwy4IL1eT2hRIV+3lsAtw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [ zope-interface ];
|
||||
dependencies = [ zope-interface ];
|
||||
|
||||
pythonImportsCheck = [ "lazr.delegates" ];
|
||||
|
||||
@@ -28,10 +28,10 @@ buildPythonPackage rec {
|
||||
|
||||
pythonNamespaces = [ "lazr" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Easily write objects that delegate behavior";
|
||||
homepage = "https://launchpad.net/lazr.delegates";
|
||||
changelog = "https://git.launchpad.net/lazr.delegates/tree/NEWS.rst?h=${version}";
|
||||
license = licenses.lgpl3Only;
|
||||
license = lib.licenses.lgpl3Only;
|
||||
};
|
||||
}
|
||||
@@ -7151,7 +7151,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 { };
|
||||
|
||||
lazr-restfulclient = callPackage ../development/python-modules/lazr-restfulclient { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user