pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py27-memory_profiler-0.47 as wip/py-memory_profiler.
Module Name: pkgsrc-wip
Committed By: Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By: mishka
Date: Thu Aug 10 02:54:45 2017 +0300
Changeset: 03837f09f96c3958248349d197d2f5cb53db67ac
Added Files:
py-memory_profiler/DESCR
py-memory_profiler/Makefile
py-memory_profiler/PLIST
py-memory_profiler/distinfo
Log Message:
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03837f09f96c3958248349d197d2f5cb53db67ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-memory_profiler/DESCR | 3 +++
py-memory_profiler/Makefile | 20 ++++++++++++++++++++
py-memory_profiler/PLIST | 9 +++++++++
py-memory_profiler/distinfo | 6 ++++++
4 files changed, 38 insertions(+)
diffs:
diff --git a/py-memory_profiler/DESCR b/py-memory_profiler/DESCR
new file mode 100644
index 0000000000..8c13ebfc80
--- /dev/null
+++ b/py-memory_profiler/DESCR
@@ -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.
diff --git a/py-memory_profiler/Makefile b/py-memory_profiler/Makefile
new file mode 100644
index 0000000000..192dd59678
--- /dev/null
+++ b/py-memory_profiler/Makefile
@@ -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@localhost
+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"
diff --git a/py-memory_profiler/PLIST b/py-memory_profiler/PLIST
new file mode 100644
index 0000000000..6a50c206bc
--- /dev/null
+++ b/py-memory_profiler/PLIST
@@ -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
diff --git a/py-memory_profiler/distinfo b/py-memory_profiler/distinfo
new file mode 100644
index 0000000000..ede9ffc035
--- /dev/null
+++ b/py-memory_profiler/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index