pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics objgraph: added version 3.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b51303b212fc
branches:  trunk
changeset: 384206:b51303b212fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 19 09:40:37 2018 +0000

description:
objgraph: added version 3.4.0

objgraph is a module that lets you visually explore Python object graphs.
You'll need graphviz if you want to draw the pretty graphs.

diffstat:

 graphics/Makefile             |   3 ++-
 graphics/py-objgraph/DESCR    |   2 ++
 graphics/py-objgraph/Makefile |  19 +++++++++++++++++++
 graphics/py-objgraph/PLIST    |  11 +++++++++++
 graphics/py-objgraph/distinfo |   6 ++++++
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r 39f380d2d97c -r b51303b212fc graphics/Makefile
--- a/graphics/Makefile Sun Aug 19 09:37:12 2018 +0000
+++ b/graphics/Makefile Sun Aug 19 09:40:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.801 2018/07/31 11:03:57 prlw1 Exp $
+# $NetBSD: Makefile,v 1.802 2018/08/19 09:40:37 adam Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -465,6 +465,7 @@
 SUBDIR+=       py-matplotlib-tk
 SUBDIR+=       py-mcomix
 SUBDIR+=       py-nwdiag
+SUBDIR+=       py-objgraph
 SUBDIR+=       py-openexr
 SUBDIR+=       py-piddle
 SUBDIR+=       py-piexif
diff -r 39f380d2d97c -r b51303b212fc graphics/py-objgraph/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-objgraph/DESCR        Sun Aug 19 09:40:37 2018 +0000
@@ -0,0 +1,2 @@
+objgraph is a module that lets you visually explore Python object graphs.
+You'll need graphviz if you want to draw the pretty graphs.
diff -r 39f380d2d97c -r b51303b212fc graphics/py-objgraph/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-objgraph/Makefile     Sun Aug 19 09:40:37 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/08/19 09:40:37 adam Exp $
+
+DISTNAME=      objgraph-3.4.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=o/objgraph/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://mg.pov.lt/objgraph/
+COMMENT=       Draws Python object reference graphs with graphviz
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-graphviz-[0-9]*:../../graphics/py-graphviz
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 39f380d2d97c -r b51303b212fc graphics/py-objgraph/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-objgraph/PLIST        Sun Aug 19 09:40:37 2018 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/19 09:40:37 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/objgraph.py
+${PYSITELIB}/objgraph.pyc
+${PYSITELIB}/objgraph.pyo
diff -r 39f380d2d97c -r b51303b212fc graphics/py-objgraph/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-objgraph/distinfo     Sun Aug 19 09:40:37 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/19 09:40:37 adam Exp $
+
+SHA1 (objgraph-3.4.0.tar.gz) = 95e59db14328de14ca9cce82e1f634dcbd7df0ad
+RMD160 (objgraph-3.4.0.tar.gz) = 559165868cfc494bc904518a9cefcb177d526c18
+SHA512 (objgraph-3.4.0.tar.gz) = f1e2b9f22dfdce56988bd40aaa865572c42688e73800bb7c188b903c67ef3726c03ba058ed30d40792133a2e2fe74d5ecda91be3de8cf7b80188ac0b9f6ac393
+Size (objgraph-3.4.0.tar.gz) = 634554 bytes



Home | Main Index | Thread Index | Old Index