diff options
author | obache <obache@pkgsrc.org> | 2014-07-06 12:28:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-06 12:28:22 +0000 |
commit | 925e4089f373b6b3b0c6805d275e2fd0dc02f84f (patch) | |
tree | 05f02dc9e7681ed0d6071673e327de12fb35e699 /graphics/py-seqdiag/Makefile | |
parent | 873c87183236d84fcdfa40a95a889bc41de84270 (diff) | |
download | pkgsrc-925e4089f373b6b3b0c6805d275e2fd0dc02f84f.tar.gz |
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:
Diffstat (limited to 'graphics/py-seqdiag/Makefile')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |