Date: Thu, 5 Sep 2013 09:46:16 +0300 (EEST) From: Johannes Jost Meixner <xmj@chaot.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/181831: [NEW PORT] devel/py27-memoryprofiler: Line-by-line and process memory consumption analysis Message-ID: <759991370.enqueue@mx12> Resent-Message-ID: <201309050750.r857o0or008667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181831 >Category: ports >Synopsis: [NEW PORT] devel/py27-memoryprofiler: Line-by-line and process memory consumption analysis >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 05 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD mx12 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r255210M: Thu Sep 5 00:23:11 >Description: memory_profiler is a python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for python programs. It is a pure python module and has the psutil module as optional (but highly recommended) dependencies. WWW: https://github.com/fabianp/memory_profiler portlint: ok porttest: ok testport: ok Generated with FreeBSD Port Tools 0.99_8 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-memoryprofiler # py-memoryprofiler/distinfo # py-memoryprofiler/Makefile # py-memoryprofiler/pkg-plist # py-memoryprofiler/pkg-descr # echo c - py-memoryprofiler mkdir -p py-memoryprofiler > /dev/null 2>&1 echo x - py-memoryprofiler/distinfo sed 's/^X//' >py-memoryprofiler/distinfo << '5d187d7d6d18da7d5edc9c8cd4d686e6' XSHA256 (memory_profiler-0.27.tar.gz) = 9473c29a15456435999bfdd3a14f2d3596c997172d5b34acb6e17fe84fc9585f XSIZE (memory_profiler-0.27.tar.gz) = 12697 5d187d7d6d18da7d5edc9c8cd4d686e6 echo x - py-memoryprofiler/Makefile sed 's/^X//' >py-memoryprofiler/Makefile << 'f55b6c2cda38e5522ecc4b342ad940da' X# Created by: Johannes Meixner <xmj@chaot.net> X# $FreeBSD$ X XPORTNAME= memoryprofiler XPORTVERSION= 0.27 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= memory_profiler-${PORTVERSION} X XMAINTAINER= xmj@chaot.net XCOMMENT= Line-by-line and process memory consumption analysis X XLICENSE= BSD X XOPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options XOPTIONS_DEFINE= PSUTIL X XPSUTIL_DESC= Install psutils for improved speed X X.include <bsd.port.options.mk> X.if ${PORT_OPTIONS:MPSUTIL} XRUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}-psutil>0:${PORTSDIR}/sysutils/py-psutil X.endif X XUSE_PYTHON= 2.6+ XUSE_PYDISTUTILS= yes XPYDISTUTILS_PKGNAME= memory_profiler X X.include <bsd.port.mk> f55b6c2cda38e5522ecc4b342ad940da echo x - py-memoryprofiler/pkg-plist sed 's/^X//' >py-memoryprofiler/pkg-plist << '6459d911a061155ddcdc035780cc0623' Xbin/mprofile X%%PYTHON_SITELIBDIR%%/memory_profiler.py X%%PYTHON_SITELIBDIR%%/memory_profiler.pyo X%%PYTHON_SITELIBDIR%%/memory_profiler.pyc 6459d911a061155ddcdc035780cc0623 echo x - py-memoryprofiler/pkg-descr sed 's/^X//' >py-memoryprofiler/pkg-descr << '793388f0b950121e23afae368448663c' Xmemory_profiler is a python module for monitoring memory consumption of a Xprocess as well as line-by-line analysis of memory consumption for python Xprograms. It is a pure python module and has the psutil module as optional X(but highly recommended) dependencies. X X XWWW: https://github.com/fabianp/memory_profiler 793388f0b950121e23afae368448663c exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?759991370.enqueue>