diff options
author | obache <obache@pkgsrc.org> | 2013-12-06 11:30:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-06 11:30:53 +0000 |
commit | 218129f0ad81d84b1b4368353c4c66a63621881f (patch) | |
tree | fabac615a3c23aa44797046ee61475ff393740e2 /graphics/py-seqdiag | |
parent | 75490f8996595cc06cc1a9692bfd332bc0c961b1 (diff) | |
download | pkgsrc-218129f0ad81d84b1b4368353c4c66a63621881f.tar.gz |
Update seqdiag to 0.9.0.
History
=======
0.9.0 (2013-10-05)
------------------
* Support python 3.2 and 3.3 (thanks to @masayuko)
* Drop supports for python 2.4 and 2.5
* Replace dependency: PIL -> Pillow
Diffstat (limited to 'graphics/py-seqdiag')
-rw-r--r-- | graphics/py-seqdiag/Makefile | 9 | ||||
-rw-r--r-- | graphics/py-seqdiag/PLIST | 8 | ||||
-rw-r--r-- | graphics/py-seqdiag/distinfo | 8 |
3 files changed, 11 insertions, 14 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index 9c6bedf609b..ea0272eb0d9 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/09/11 05:42:38 obache Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/06 11:30:53 obache Exp $ # -DISTNAME= seqdiag-0.8.2 +DISTNAME= seqdiag-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= http://pypi.python.org/packages/source/s/seqdiag/ @@ -11,7 +11,10 @@ HOMEPAGE= http://blockdiag.com/seqdiag/build/html/ COMMENT= Simple sequence-diagram image generator LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.2.4:../../graphics/py-blockdiag +DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.3.0:../../graphics/py-blockdiag + +PYTHON_SELF_CONFLICT= yes +PYTHON_VERSIONS_INCLUDE_3X= yes USE_LANGUAGES= # none diff --git a/graphics/py-seqdiag/PLIST b/graphics/py-seqdiag/PLIST index df9835bf77b..9f5462252dd 100644 --- a/graphics/py-seqdiag/PLIST +++ b/graphics/py-seqdiag/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2013/09/11 05:39:48 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2013/12/06 11:30:53 obache Exp $ bin/seqdiag ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -27,9 +27,6 @@ ${PYSITELIB}/seqdiag/metrics.pyo ${PYSITELIB}/seqdiag/parser.py ${PYSITELIB}/seqdiag/parser.pyc ${PYSITELIB}/seqdiag/parser.pyo -${PYSITELIB}/seqdiag/tests/test_builder.py -${PYSITELIB}/seqdiag/tests/test_builder.pyc -${PYSITELIB}/seqdiag/tests/test_builder.pyo ${PYSITELIB}/seqdiag/tests/test_generate_diagram.py ${PYSITELIB}/seqdiag/tests/test_generate_diagram.pyc ${PYSITELIB}/seqdiag/tests/test_generate_diagram.pyo @@ -39,9 +36,6 @@ ${PYSITELIB}/seqdiag/tests/test_pep8.pyo ${PYSITELIB}/seqdiag/tests/test_rst_directives.py ${PYSITELIB}/seqdiag/tests/test_rst_directives.pyc ${PYSITELIB}/seqdiag/tests/test_rst_directives.pyo -${PYSITELIB}/seqdiag/tests/utils.py -${PYSITELIB}/seqdiag/tests/utils.pyc -${PYSITELIB}/seqdiag/tests/utils.pyo ${PYSITELIB}/seqdiag/utils/__init__.py ${PYSITELIB}/seqdiag/utils/__init__.pyc ${PYSITELIB}/seqdiag/utils/__init__.pyo diff --git a/graphics/py-seqdiag/distinfo b/graphics/py-seqdiag/distinfo index b28b1c8ded9..10b842971c4 100644 --- a/graphics/py-seqdiag/distinfo +++ b/graphics/py-seqdiag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/09/11 05:39:48 obache Exp $ +$NetBSD: distinfo,v 1.7 2013/12/06 11:30:53 obache Exp $ -SHA1 (seqdiag-0.8.2.tar.gz) = f47ea4e897fa58945efe0890819c261728b25d32 -RMD160 (seqdiag-0.8.2.tar.gz) = 4665c1d9eb143f141613aaeae885d7895e29a373 -Size (seqdiag-0.8.2.tar.gz) = 31251 bytes +SHA1 (seqdiag-0.9.0.tar.gz) = 102502e3988aff4e2b52122c75e560a1497871b9 +RMD160 (seqdiag-0.9.0.tar.gz) = e997cdecde5a674bb3cb4529b800b8d7b8e9b8fc +Size (seqdiag-0.9.0.tar.gz) = 28887 bytes |