Update py-nwdiag to 0.4.2.
History ======= 0.4.2 (2011-09-30) ------------------ * Add diagram attributes: default_text_color * Fix bugs 0.4.1 (2011-09-26) ------------------ * Add diagram attributes: default_node_color, default_group_color and default_line_color * Fix bugs
This commit is contained in:
parent
78d3a2bbfe
commit
42f6c57226
3 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/08/11 12:46:29 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/10/06 06:33:19 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nwdiag-0.4.0
|
||||
DISTNAME= nwdiag-0.4.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/n/nwdiag/
|
||||
|
@ -13,7 +13,7 @@ LICENSE= apache-2.0
|
|||
|
||||
DEPENDS+= ${PYPKGPREFIX}-imaging>=1.1.7nb3:../../graphics/py-imaging
|
||||
DEPENDS+= ${PYPKGPREFIX}-funcparserlib>=0.3.4:../../devel/py-funcparserlib
|
||||
DEPENDS+= ${PYPKGPREFIX}-blockdiag>=0.8.7:../../graphics/py-blockdiag
|
||||
DEPENDS+= ${PYPKGPREFIX}-blockdiag>=0.9.1:../../graphics/py-blockdiag
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/07 15:45:04 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/10/06 06:33:19 obache Exp $
|
||||
bin/nwdiag
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -30,6 +30,9 @@ ${PYSITELIB}/nwdiag/elements.pyo
|
|||
${PYSITELIB}/nwdiag/tests/test_builder.py
|
||||
${PYSITELIB}/nwdiag/tests/test_builder.pyc
|
||||
${PYSITELIB}/nwdiag/tests/test_builder.pyo
|
||||
${PYSITELIB}/nwdiag/tests/test_builder_errors.py
|
||||
${PYSITELIB}/nwdiag/tests/test_builder_errors.pyc
|
||||
${PYSITELIB}/nwdiag/tests/test_builder_errors.pyo
|
||||
${PYSITELIB}/nwdiag/tests/test_generate_diagram.py
|
||||
${PYSITELIB}/nwdiag/tests/test_generate_diagram.pyc
|
||||
${PYSITELIB}/nwdiag/tests/test_generate_diagram.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2011/08/11 12:46:30 obache Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/10/06 06:33:19 obache Exp $
|
||||
|
||||
SHA1 (nwdiag-0.4.0.tar.gz) = ed16ad2286113f9a25534b048088e82a21e2b6db
|
||||
RMD160 (nwdiag-0.4.0.tar.gz) = 8962b13bbcfd1a664c391f5f82dc736546061b0e
|
||||
Size (nwdiag-0.4.0.tar.gz) = 23923 bytes
|
||||
SHA1 (nwdiag-0.4.2.tar.gz) = 29e1d209f48d00136d42063bb030e93f130f549b
|
||||
RMD160 (nwdiag-0.4.2.tar.gz) = b8ad4e2197a9cff0e15b0fcfe89dc867ec16cd84
|
||||
Size (nwdiag-0.4.2.tar.gz) = 24488 bytes
|
||||
|
|
Loading…
Reference in a new issue