7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa";
21 # 'AssertionError: 'function (test.muppy.test_summary.func)' != 'function (muppy.test_summary.func)'
22 # https://github.com/pympler/pympler/issues/134
26 doCheck = stdenv.hostPlatform.isLinux;
29 description = "Tool to measure, monitor and analyze memory behavior";
30 homepage = "https://pythonhosted.org/Pympler/";
31 license = licenses.asl20;