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