8 buildPythonPackage rec {
9 pname = "lazy-object-proxy";
13 inherit pname version;
14 sha256 = "d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4";
22 substituteInPlace pyproject.toml --replace ",<6.0" ""
23 substituteInPlace setup.cfg --replace ",<6.0" ""
30 # Broken tests. Seem to be fixed upstream according to Travis.
34 description = "A fast and thorough lazy object proxy";
35 homepage = "https://github.com/ionelmc/python-lazy-object-proxy";
36 license = with licenses; [ bsd2 ];