summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-06-20 16:31:09 +0000
committeradam <adam@pkgsrc.org>2019-06-20 16:31:09 +0000
commit6ba82ef77ebba75dce3f19cea6e43f2b3626f7c9 (patch)
treeb500f091fd24a4a5bb819f66f037de921b8816f3 /graphics
parent4e8033990a556a56fd309d0b7cd4edf459c62748 (diff)
downloadpkgsrc-6ba82ef77ebba75dce3f19cea6e43f2b3626f7c9.tar.gz
py-graphviz: updated to 0.11
Version 0.11 Add quiet argument to .render() and .pipe() methods of Graph, Digraph, and Source objects, allowing to suppress stderr of the layout subprocess (parity with stand-alone render() and pipe() functions). The rendering process for render() methods and stand-alone function is now started from the directory of the renderred dot source file. This allows to render graph descriptions that use relative paths inline (e.g. for referring to image files to be included) by using paths relative to the source file location. Previously, such relative paths would need to be given relative to the directory from which render() was started, so this change is backwards incompatible for code that relied on the previous behaviour. Drop Python 3.4 support.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-graphviz/Makefile4
-rw-r--r--graphics/py-graphviz/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile
index ebb0d5f10a3..014f8006dfd 100644
--- a/graphics/py-graphviz/Makefile
+++ b/graphics/py-graphviz/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/11/25 15:10:06 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/06/20 16:31:09 adam Exp $
-DISTNAME= graphviz-0.10.1
+DISTNAME= graphviz-0.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/graphviz/}
diff --git a/graphics/py-graphviz/distinfo b/graphics/py-graphviz/distinfo
index b61852309bc..ade265dce39 100644
--- a/graphics/py-graphviz/distinfo
+++ b/graphics/py-graphviz/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/11/25 15:10:06 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/06/20 16:31:09 adam Exp $
-SHA1 (graphviz-0.10.1.zip) = c8a87b54fa8b984292bbfb38f53a3d646afedc85
-RMD160 (graphviz-0.10.1.zip) = ccfb1e9960719ca29f4b2b245d189c8a7aef5458
-SHA512 (graphviz-0.10.1.zip) = 49366190fd3bd703c3d85a9220a63e5a667dc35a41037a54167f3ba96098945b2331294ece4ab260d7006b260cfdd0558b007768fb5f51aededf0b2c0d302eff
-Size (graphviz-0.10.1.zip) = 167590 bytes
+SHA1 (graphviz-0.11.zip) = 6402ae3eb86bb59969800995e8f1a9f5b87e8347
+RMD160 (graphviz-0.11.zip) = 88ed3208407ae12f1c4bdefa125f62a32169c763
+SHA512 (graphviz-0.11.zip) = e58e97ef2f1b23d765afbf82efca4ab20751630a07db4166cad9026c329904b84e274ab07688840c86f72167d0f8eb01eb36b14b6114418f2bcce4e676a45ce8
+Size (graphviz-0.11.zip) = 172434 bytes