10 buildPythonPackage rec {
15 # We use the Pypi source rather than the GitHub ones because the former include the javascript
16 # dependency for the UI.
18 inherit pname version;
19 hash = "sha256-fxAAkS7rekUMfJTTzJZzmvRa0P8B1avMCwmhddQP+ts=";
27 propagatedBuildInputs = [ psutil ];
29 pythonImportsCheck = [ "vprof" ];
31 # The tests are not included in the Pypi sources
35 description = "Visual profiler for Python";
36 homepage = "https://github.com/nvdv/vprof";
37 license = licenses.bsd2;
38 maintainers = with maintainers; [ GaetanLepage ];
39 mainProgram = "vprof";