# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
python.versions 27 34 35 36
description measure, monitor and analyze the memory behavior of Python objects
Pympler is a development tool to measure, monitor and analyze the memory \
behavior of Python objects in a running Python application. \
By pympling a Python application, detailed insight in the size and the \
lifetime of Python objects can be obtained. Undesirable or unexpected runtime \
behavior like memory bloat and other "pymples" can easily be identified.
homepage https://packages.python.org/${real_name}/
master_sites pypi:P/${real_name}/
distname ${real_name}-${version}
if {${name} ne ${subport}} {
reinplace "s|data_path = cobj.install_data|data_path = '${python.prefix}/share/pympler'|" \
checksums rmd160 47b2285eb5fe9ff01f50d71e57da896110865af2 \
sha256 292ee62bd50633af4d460d722c77e8c31647e936ae68e3c000e229312163becd
livecheck.url ${master_sites}
livecheck.regex "${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"