Import py27-memory_profiler-0.47 as wip/py-memory_profiler.

This is a python module for monitoring memory consumption of a
process as well as line-by-line analysis of memory consumption for
python programs.
This commit is contained in:
Mike M. Volokhov 2017-08-10 02:54:45 +03:00
parent d241d9652b
commit 03837f09f9
4 changed files with 38 additions and 0 deletions

3
py-memory_profiler/DESCR Normal file
View File

@ -0,0 +1,3 @@
This is a python module for monitoring memory consumption of a
process as well as line-by-line analysis of memory consumption for
python programs.

View File

@ -0,0 +1,20 @@
# $NetBSD$
#
DISTNAME= memory_profiler-0.47
EGG_NAME= ${DISTNAME}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/memory_profiler/}
MAINTAINER= mike.volokhov@gmail.com
HOMEPAGE= https://pypi.python.org/pypi/memory_profiler
COMMENT= Module for monitoring memory usage of a python program
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-psutil>=2.1.3:../../sysutils/py-psutil
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

9
py-memory_profiler/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $NetBSD$
bin/mprof
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/memory_profiler.py
${PYSITELIB}/memory_profiler.pyc
${PYSITELIB}/memory_profiler.pyo

View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (memory_profiler-0.47.tar.gz) = 612f140ccdcd143096f9f91f8f2cd7edf17b3531
RMD160 (memory_profiler-0.47.tar.gz) = 47e870b9aa116dd9a27c6fc74460c530043b3013
SHA512 (memory_profiler-0.47.tar.gz) = 110e16ecad33068d31cf53b2f0b775d65230d51345f24a4d7d3cafafb706b10a0c7e2d98a799256b0366f1bafa9b69c060222595bb4eb9e1689301428a36fc3d
Size (memory_profiler-0.47.tar.gz) = 33725 bytes