From 925e4089f373b6b3b0c6805d275e2fd0dc02f84f Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 6 Jul 2014 12:28:22 +0000 Subject: Update seqdiag to 0.9.3. 0.9.3 (2014-07-03) ------------------ * Fix bugs 0.9.2 (2014-07-02) ------------------ * Change interface of docutils node (for sphinxcontrib module) 0.9.1 (2014-06-23) ------------------ * Add options to blockdiag directive (docutils extension) - :width: - :height: - :scale: - :align: - :name: - :class: - :figwidth: - :figclass: --- graphics/py-seqdiag/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/py-seqdiag/Makefile') diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 8b3c92f7512..d60f585fd4e 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:10 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/07/06 12:28:22 obache Exp $ -DISTNAME= seqdiag-0.9.0 +DISTNAME= seqdiag-0.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= http://pypi.python.org/packages/source/s/seqdiag/ @@ -10,7 +10,7 @@ HOMEPAGE= http://blockdiag.com/seqdiag/build/html/ COMMENT= Simple sequence-diagram image generator LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.3.0:../../graphics/py-blockdiag +DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.4.1:../../graphics/py-blockdiag PYTHON_SELF_CONFLICT= yes -- cgit v1.2.3