pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 19 09:40:37 UTC 2018

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/py-objgraph: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.801 -r1.802 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-objgraph/DESCR \
    pkgsrc/graphics/py-objgraph/Makefile pkgsrc/graphics/py-objgraph/PLIST \
    pkgsrc/graphics/py-objgraph/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.801 pkgsrc/graphics/Makefile:1.802
--- pkgsrc/graphics/Makefile:1.801      Tue Jul 31 11:03:57 2018
+++ pkgsrc/graphics/Makefile    Sun Aug 19 09:40:37 2018
@@ -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

Added files:

Index: pkgsrc/graphics/py-objgraph/DESCR
diff -u /dev/null pkgsrc/graphics/py-objgraph/DESCR:1.1
--- /dev/null   Sun Aug 19 09:40:37 2018
+++ pkgsrc/graphics/py-objgraph/DESCR   Sun Aug 19 09:40:37 2018
@@ -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.
Index: pkgsrc/graphics/py-objgraph/Makefile
diff -u /dev/null pkgsrc/graphics/py-objgraph/Makefile:1.1
--- /dev/null   Sun Aug 19 09:40:37 2018
+++ pkgsrc/graphics/py-objgraph/Makefile        Sun Aug 19 09:40:37 2018
@@ -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"
Index: pkgsrc/graphics/py-objgraph/PLIST
diff -u /dev/null pkgsrc/graphics/py-objgraph/PLIST:1.1
--- /dev/null   Sun Aug 19 09:40:37 2018
+++ pkgsrc/graphics/py-objgraph/PLIST   Sun Aug 19 09:40:37 2018
@@ -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
Index: pkgsrc/graphics/py-objgraph/distinfo
diff -u /dev/null pkgsrc/graphics/py-objgraph/distinfo:1.1
--- /dev/null   Sun Aug 19 09:40:37 2018
+++ pkgsrc/graphics/py-objgraph/distinfo        Sun Aug 19 09:40:37 2018
@@ -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