9 buildPythonPackage rec {
15 # FIXME when updating to the next version: The tarball on pypi is called
16 # "meliae-0.4.0.tar.gz" while the version within that tarball is
19 sha256 = "976519ab02aaa6a8fb5f596dc4dd9f64fc9510b00e054979566e51c9be7cec99";
27 python setup.py build_ext -i
31 checkInputs = [ simplejson ];
33 propagatedBuildInputs = [ cython ];
36 description = "Python Memory Usage Analyzer";
37 homepage = "https://launchpad.net/meliae";
38 license = licenses.gpl3;
39 maintainers = with maintainers; [ xvapx ];