diff options
author | cheusov <cheusov> | 2012-11-19 19:57:29 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-11-19 19:57:29 +0000 |
commit | a7b77d231cd99ec033742726c5f8fc6eb4a9d7c8 (patch) | |
tree | f650ecabd73842180f39167a238d7e5bfb5a1e0a | |
parent | 4b451b57342b164d4e26389108277f72a92d0abd (diff) | |
download | pkgsrc-a7b77d231cd99ec033742726c5f8fc6eb4a9d7c8.tar.gz |
Update to arcdiag-1.4.1
0.4.1 (2012-10-28)
------------------
* Fix bugs
0.4.0 (2012-10-22)
------------------
* Optimize algorithm for rendering shadow
* Add options to docutils directive
* Fix bugs
0.3.4 (2012-09-29)
------------------
* Fix bugs
-rw-r--r-- | graphics/py-actdiag/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-actdiag/PLIST | 5 | ||||
-rw-r--r-- | graphics/py-actdiag/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index eee1bfa7d38..5292ab38bdd 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/06 14:11:15 asau Exp $ +# $NetBSD: Makefile,v 1.7 2012/11/19 19:57:29 cheusov Exp $ # -DISTNAME= actdiag-0.3.3 +DISTNAME= actdiag-0.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= http://pypi.python.org/packages/source/a/actdiag/ diff --git a/graphics/py-actdiag/PLIST b/graphics/py-actdiag/PLIST index b739ced986f..3e9df70ef6c 100644 --- a/graphics/py-actdiag/PLIST +++ b/graphics/py-actdiag/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2012/03/21 14:36:47 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/11/19 19:57:29 cheusov Exp $ bin/actdiag ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -36,6 +36,9 @@ ${PYSITELIB}/actdiag/plugins/autolane.pyo ${PYSITELIB}/actdiag/tests/test_pep8.py ${PYSITELIB}/actdiag/tests/test_pep8.pyc ${PYSITELIB}/actdiag/tests/test_pep8.pyo +${PYSITELIB}/actdiag/tests/test_rst_directives.py +${PYSITELIB}/actdiag/tests/test_rst_directives.pyc +${PYSITELIB}/actdiag/tests/test_rst_directives.pyo ${PYSITELIB}/actdiag/utils/__init__.py ${PYSITELIB}/actdiag/utils/__init__.pyc ${PYSITELIB}/actdiag/utils/__init__.pyo diff --git a/graphics/py-actdiag/distinfo b/graphics/py-actdiag/distinfo index ea749dd8b59..264cfc433f3 100644 --- a/graphics/py-actdiag/distinfo +++ b/graphics/py-actdiag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/06/12 13:41:20 obache Exp $ +$NetBSD: distinfo,v 1.6 2012/11/19 19:57:29 cheusov Exp $ -SHA1 (actdiag-0.3.3.tar.gz) = fe9ac3bf6aba5fa3dfaa808854689318693d6c25 -RMD160 (actdiag-0.3.3.tar.gz) = 3a3cd4a20dce8a29197e43efd731c03e1c92a491 -Size (actdiag-0.3.3.tar.gz) = 20885 bytes +SHA1 (actdiag-0.4.1.tar.gz) = 0b16853af04fa4f5668820f13dd1d999c6b115fb +RMD160 (actdiag-0.4.1.tar.gz) = 37e10ae88abe2adba9c13783cfd7a5ed5761cef2 +Size (actdiag-0.4.1.tar.gz) = 23971 bytes |