Revision: 87232 http://trac.macports.org/changeset/87232 Author: singingwolfboy@macports.org Date: 2011-11-14 09:15:11 -0800 (Mon, 14 Nov 2011) Log Message: ----------- New port: py-pympler Added Paths: ----------- trunk/dports/python/py-pympler/ trunk/dports/python/py-pympler/Portfile Added: trunk/dports/python/py-pympler/Portfile =================================================================== --- trunk/dports/python/py-pympler/Portfile (rev 0) +++ trunk/dports/python/py-pympler/Portfile 2011-11-14 17:15:11 UTC (rev 87232) @@ -0,0 +1,34 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 +PortGroup python 1.0 + +name py-pympler +set real_name Pympler +version 0.2.1 +python.versions 24 25 26 27 31 32 +categories-append devel +maintainers openmaintainer singingwolfboy +supported_archs noarch + +description measure, monitor and analyze the memory behavior of Python objects +long_description \ + 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. + +platforms darwin + +homepage http://packages.python.org/${real_name}/ +master_sites http://pypi.python.org/packages/source/P/${real_name}/ +distname ${real_name}-${version} + +checksums rmd160 47b2285eb5fe9ff01f50d71e57da896110865af2 \ + sha256 292ee62bd50633af4d460d722c77e8c31647e936ae68e3c000e229312163becd + +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex "${real_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" Property changes on: trunk/dports/python/py-pympler/Portfile ___________________________________________________________________ Added: svn:keywords + Id
participants (1)
-
singingwolfboy@macports.org