pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-seqdiag Update py-seqdiag to 0.7.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ecabb292d4a
branches:  trunk
changeset: 601459:5ecabb292d4a
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Mar 21 14:32:13 2012 +0000

description:
Update py-seqdiag to 0.7.3.
while here, install man page.

        0.7.3 (2012-03-16)
        ------------------
        * Allow to insert separators in subedge-group
        * Fix bugs

        0.7.2 (2011-12-12)
        ------------------
        * Fix bugs

diffstat:

 graphics/py-seqdiag/Makefile |  12 +++++++++---
 graphics/py-seqdiag/PLIST    |  21 +++++++++++----------
 graphics/py-seqdiag/distinfo |   8 ++++----
 3 files changed, 24 insertions(+), 17 deletions(-)

diffs (94 lines):

diff -r fb618f4014c1 -r 5ecabb292d4a graphics/py-seqdiag/Makefile
--- a/graphics/py-seqdiag/Makefile      Wed Mar 21 14:25:45 2012 +0000
+++ b/graphics/py-seqdiag/Makefile      Wed Mar 21 14:32:13 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2011/12/07 13:21:10 obache Exp $
+# $NetBSD: Makefile,v 1.4 2012/03/21 14:32:13 obache Exp $
 #
 
-DISTNAME=      seqdiag-0.7.1
+DISTNAME=      seqdiag-0.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  http://pypi.python.org/packages/source/s/seqdiag/
@@ -11,11 +11,17 @@
 COMMENT=       Simple sequence-diagram image generator
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-blockdiag>=1.1.0:../../graphics/py-blockdiag
+DEPENDS+=      ${PYPKGPREFIX}-blockdiag>=1.1.2:../../graphics/py-blockdiag
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES= # none
 
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
+
+post-install:
+       ${INSTALL_MAN} ${WRKSRC}/seqdiag.1 \
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fb618f4014c1 -r 5ecabb292d4a graphics/py-seqdiag/PLIST
--- a/graphics/py-seqdiag/PLIST Wed Mar 21 14:25:45 2012 +0000
+++ b/graphics/py-seqdiag/PLIST Wed Mar 21 14:32:13 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2011/12/07 13:21:10 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/03/21 14:32:13 obache Exp $
 bin/seqdiag
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -6,12 +6,6 @@
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/seqdiag/DiagramDraw.py
-${PYSITELIB}/seqdiag/DiagramDraw.pyc
-${PYSITELIB}/seqdiag/DiagramDraw.pyo
-${PYSITELIB}/seqdiag/DiagramMetrics.py
-${PYSITELIB}/seqdiag/DiagramMetrics.pyc
-${PYSITELIB}/seqdiag/DiagramMetrics.pyo
 ${PYSITELIB}/seqdiag/__init__.py
 ${PYSITELIB}/seqdiag/__init__.pyc
 ${PYSITELIB}/seqdiag/__init__.pyo
@@ -21,12 +15,18 @@
 ${PYSITELIB}/seqdiag/command.py
 ${PYSITELIB}/seqdiag/command.pyc
 ${PYSITELIB}/seqdiag/command.pyo
-${PYSITELIB}/seqdiag/diagparser.py
-${PYSITELIB}/seqdiag/diagparser.pyc
-${PYSITELIB}/seqdiag/diagparser.pyo
+${PYSITELIB}/seqdiag/drawer.py
+${PYSITELIB}/seqdiag/drawer.pyc
+${PYSITELIB}/seqdiag/drawer.pyo
 ${PYSITELIB}/seqdiag/elements.py
 ${PYSITELIB}/seqdiag/elements.pyc
 ${PYSITELIB}/seqdiag/elements.pyo
+${PYSITELIB}/seqdiag/metrics.py
+${PYSITELIB}/seqdiag/metrics.pyc
+${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
@@ -51,3 +51,4 @@
 ${PYSITELIB}/seqdiag_sphinxhelper.py
 ${PYSITELIB}/seqdiag_sphinxhelper.pyc
 ${PYSITELIB}/seqdiag_sphinxhelper.pyo
+man/man1/seqdiag.1
diff -r fb618f4014c1 -r 5ecabb292d4a graphics/py-seqdiag/distinfo
--- a/graphics/py-seqdiag/distinfo      Wed Mar 21 14:25:45 2012 +0000
+++ b/graphics/py-seqdiag/distinfo      Wed Mar 21 14:32:13 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/12/07 13:21:10 obache Exp $
+$NetBSD: distinfo,v 1.4 2012/03/21 14:32:13 obache Exp $
 
-SHA1 (seqdiag-0.7.1.tar.gz) = e584cd8d83b5111ae100bfb11982230779bc5c1d
-RMD160 (seqdiag-0.7.1.tar.gz) = 52749b9946fc1c42f9dec937dcb13895c3106e33
-Size (seqdiag-0.7.1.tar.gz) = 26683 bytes
+SHA1 (seqdiag-0.7.3.tar.gz) = 1baeb47c2531ef1466afb24ac6ba140db87e9175
+RMD160 (seqdiag-0.7.3.tar.gz) = 43a6dd9c323597fb2722441729d8c29b7750cd4b
+Size (seqdiag-0.7.3.tar.gz) = 26774 bytes



Home | Main Index | Thread Index | Old Index