8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "57a085a29bb7991d70d41c6c3144c560a8e35b4c1030ffb36d85fa058773bcc5";
27 description = "Load me later. A lazy plugin management system for Python";
28 homepage = "http://lml.readthedocs.io/";
29 license = lib.licenses.bsd3;
30 maintainers = with lib.maintainers; [ ];