From 3d33d65ca8778c33b2e1dd780af3e687e7104bfb Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 19 Aug 2018 09:40:37 +0000 Subject: [PATCH] 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. --- 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 deletion(-) create mode 100644 graphics/py-objgraph/DESCR create mode 100644 graphics/py-objgraph/Makefile create mode 100644 graphics/py-objgraph/PLIST create mode 100644 graphics/py-objgraph/distinfo diff --git a/graphics/Makefile b/graphics/Makefile index 0367ef96cb86..fe5154860405 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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-gtk2 SUBDIR+= py-matplotlib-tk SUBDIR+= py-mcomix SUBDIR+= py-nwdiag +SUBDIR+= py-objgraph SUBDIR+= py-openexr SUBDIR+= py-piddle SUBDIR+= py-piexif diff --git a/graphics/py-objgraph/DESCR b/graphics/py-objgraph/DESCR new file mode 100644 index 000000000000..4dcbf35a3101 --- /dev/null +++ b/graphics/py-objgraph/DESCR @@ -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 --git a/graphics/py-objgraph/Makefile b/graphics/py-objgraph/Makefile new file mode 100644 index 000000000000..e8dde77372dd --- /dev/null +++ b/graphics/py-objgraph/Makefile @@ -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 +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 --git a/graphics/py-objgraph/PLIST b/graphics/py-objgraph/PLIST new file mode 100644 index 000000000000..bb367788e1dd --- /dev/null +++ b/graphics/py-objgraph/PLIST @@ -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 --git a/graphics/py-objgraph/distinfo b/graphics/py-objgraph/distinfo new file mode 100644 index 000000000000..55d86e37e628 --- /dev/null +++ b/graphics/py-objgraph/distinfo @@ -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