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.
This commit is contained in:
adam 2018-08-19 09:40:37 +00:00
parent 107ec1e19d
commit 3d33d65ca8
5 changed files with 40 additions and 1 deletions

View file

@ -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

View file

@ -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.

View file

@ -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"

View file

@ -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

View file

@ -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