8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0178834759b63dc50388444d4ff8d1ae84e1ba110bb167419afee6bf4699b119";
18 buildInputs = [ nose ];
21 description = "A python nose plugin to profile using cProfile rather than the default Hotshot profiler";
22 homepage = "https://github.com/msherry/nose-cprof";
23 license = licenses.bsd0;