Sun Nov 25 15:10:06 2018 UTC ()
py-graphviz: updated to 0.10.1

Version 0.10.1
--------------
Fix broken renderer argument in pipe() method and function.

Version 0.10
------------
Add format argument to Graph/Digraph.render(). This follows stand-alone
render() function and mirrors the Graph/Digraph.pipe() method (usually,
format is set on the instance).

Add renderer and formatter arguments to Graph/Digraph.render() and
pipe() methods, as well as stand-alone render() and pipe() functions.


(adam)
diff -r1.5 -r1.6 pkgsrc/graphics/py-graphviz/Makefile
diff -r1.4 -r1.5 pkgsrc/graphics/py-graphviz/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/graphics/py-graphviz/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-graphviz/Makefile 2018/10/11 10:14:47 1.5
+++ pkgsrc/graphics/py-graphviz/Makefile 2018/11/25 15:10:06 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2018/10/11 10:14:47 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2018/11/25 15:10:06 adam Exp $
2 2
3DISTNAME= graphviz-0.9 3DISTNAME= graphviz-0.10.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= graphics python 5CATEGORIES= graphics python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/graphviz/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/graphviz/}
7EXTRACT_SUFX= .zip 7EXTRACT_SUFX= .zip
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/xflr6/graphviz 10HOMEPAGE= https://github.com/xflr6/graphviz
11COMMENT= Create and render graph descriptions in DOT language 11COMMENT= Create and render graph descriptions in DOT language
12LICENSE= mit 12LICENSE= mit
13 13
14DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz 14DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
15TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.4:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.4:../../devel/py-test
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

cvs diff -r1.4 -r1.5 pkgsrc/graphics/py-graphviz/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/py-graphviz/distinfo 2018/10/11 10:14:47 1.4
+++ pkgsrc/graphics/py-graphviz/distinfo 2018/11/25 15:10:06 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2018/10/11 10:14:47 adam Exp $ 1$NetBSD: distinfo,v 1.5 2018/11/25 15:10:06 adam Exp $
2 2
3SHA1 (graphviz-0.9.zip) = 6864163a3647609bc517ee5d5acbf2c302954161 3SHA1 (graphviz-0.10.1.zip) = c8a87b54fa8b984292bbfb38f53a3d646afedc85
4RMD160 (graphviz-0.9.zip) = 074bd7a7156207f3b7d07cbb568589bbae707477 4RMD160 (graphviz-0.10.1.zip) = ccfb1e9960719ca29f4b2b245d189c8a7aef5458
5SHA512 (graphviz-0.9.zip) = 2f8160731d28ecfb8d0a23c013b9b4d7fd1a3651145109fa8919c531870ce0b3171d2ec90ca2ec79e4568520afc1a0f690873f629f6ebef56258c22f573c62ec 5SHA512 (graphviz-0.10.1.zip) = 49366190fd3bd703c3d85a9220a63e5a667dc35a41037a54167f3ba96098945b2331294ece4ab260d7006b260cfdd0558b007768fb5f51aededf0b2c0d302eff
6Size (graphviz-0.9.zip) = 166181 bytes 6Size (graphviz-0.10.1.zip) = 167590 bytes