6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "2c6d27a5ab130fb85435320651a47403adcb37ecbcc501b0c6606391f65f5b43";
17 description = "Lazy attributes for Python objects";
18 license = lib.licenses.bsd2;
19 homepage = "https://github.com/stefanholek/lazy";