7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0w8yr43scnckqcv5nbyd2dq4kpv74ai856lsdsf8iniik07jn9mi";
16 buildInputs = [ pytest ];
18 # Tests do not work due to this bug: https://github.com/gak/pycallgraph/issues/118
22 homepage = "http://pycallgraph.slowchop.com";
23 description = "Call graph visualizations for Python applications";
24 maintainers = with maintainers; [ auntie ];
25 license = licenses.gpl2;