diff options
author | obache <obache@pkgsrc.org> | 2014-07-06 12:33:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-06 12:33:08 +0000 |
commit | 7ce4eda6412aac60f6bc846e40eb8637e3557f50 (patch) | |
tree | 6c71cbfdc7be8b6c0dca6a1897716aa96808fc92 /graphics/py-actdiag | |
parent | 38f54ae5fc1e2f595fe20df7685a1b4be059cb9c (diff) | |
download | pkgsrc-7ce4eda6412aac60f6bc846e40eb8637e3557f50.tar.gz |
Update actdiag to 0.5.3.
0.5.3 (2014-07-02)
------------------
* Change interface of docutils node (for sphinxcontrib module)
0.5.2 (2014-06-24)
------------------
* Add options to blockdiag directive (docutils extension)
- :width:
- :height:
- :scale:
- :align:
- :name:
- :class:
- :figwidth:
- :figclass:
Diffstat (limited to 'graphics/py-actdiag')
-rw-r--r-- | graphics/py-actdiag/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-actdiag/PLIST | 5 | ||||
-rw-r--r-- | graphics/py-actdiag/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index e35e68e1c59..3f4717264c5 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/07/06 12:33:08 obache Exp $ -DISTNAME= actdiag-0.5.1 +DISTNAME= actdiag-0.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= http://pypi.python.org/packages/source/a/actdiag/ @@ -10,7 +10,7 @@ HOMEPAGE= http://blockdiag.com/actdiag/build/html/ COMMENT= Simple activity-diagram image generator LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.3.1:../../graphics/py-blockdiag +DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.4.1:../../graphics/py-blockdiag PYTHON_SELF_CONFLICT= yes diff --git a/graphics/py-actdiag/PLIST b/graphics/py-actdiag/PLIST index f1553f9198e..292ebb98379 100644 --- a/graphics/py-actdiag/PLIST +++ b/graphics/py-actdiag/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2013/12/06 11:33:13 obache Exp $ +@comment $NetBSD: PLIST,v 1.7 2014/07/06 12:33:08 obache Exp $ bin/actdiag ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -34,6 +34,9 @@ ${PYSITELIB}/actdiag/plugins/autolane.py ${PYSITELIB}/actdiag/plugins/autolane.pyc ${PYSITELIB}/actdiag/plugins/autolane.pyo ${PYSITELIB}/actdiag/tests/diagrams/simple.diag +${PYSITELIB}/actdiag/tests/test_generate_diagram.py +${PYSITELIB}/actdiag/tests/test_generate_diagram.pyc +${PYSITELIB}/actdiag/tests/test_generate_diagram.pyo ${PYSITELIB}/actdiag/tests/test_pep8.py ${PYSITELIB}/actdiag/tests/test_pep8.pyc ${PYSITELIB}/actdiag/tests/test_pep8.pyo diff --git a/graphics/py-actdiag/distinfo b/graphics/py-actdiag/distinfo index 20845af3b7e..234a65563f8 100644 --- a/graphics/py-actdiag/distinfo +++ b/graphics/py-actdiag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2013/12/06 11:33:13 obache Exp $ +$NetBSD: distinfo,v 1.9 2014/07/06 12:33:08 obache Exp $ -SHA1 (actdiag-0.5.1.tar.gz) = 25dae0bfb6009b840699973549d3ede3c753fba1 -RMD160 (actdiag-0.5.1.tar.gz) = d29883f663dc0e79f820b3c68997107ade79dfa4 -Size (actdiag-0.5.1.tar.gz) = 22823 bytes +SHA1 (actdiag-0.5.3.tar.gz) = 45d6958b653fe72c06b6c0f19dc0350f8b13f26b +RMD160 (actdiag-0.5.3.tar.gz) = e549448f63fada793c2cfc3f6d4a5ff3716405d4 +Size (actdiag-0.5.3.tar.gz) = 23803 bytes |