Sat Feb 1 23:28:09 2014 UTC ()
Updated to latest release, 0.6.0. This package is not incompatible with
python33. Its dependencies are, but not the package itself. From CHANGELOG:

0.6.0 - 20130810
 * Add support for Python 3
 * Allow to pass only source to Template


(rodent)
diff -r1.2 -r1.3 pkgsrc/textproc/py-relatorio/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/py-relatorio/PLIST
diff -r1.1 -r1.2 pkgsrc/textproc/py-relatorio/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-relatorio/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-relatorio/Makefile 2014/01/25 10:30:25 1.2
+++ pkgsrc/textproc/py-relatorio/Makefile 2014/02/01 23:28:09 1.3
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2014/02/01 23:28:09 rodent Exp $
2 2
3DISTNAME= relatorio-0.5.7 3DISTNAME= relatorio-0.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= http://pypi.python.org/packages/source/r/relatorio/ 6MASTER_SITES= http://pypi.python.org/packages/source/r/relatorio/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://relatorio.openhex.org/ 9HOMEPAGE= http://relatorio.openhex.org/
10COMMENT= Templating library able to output odt and pdf files 10COMMENT= Templating library able to output odt and pdf files
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi 13DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi
14DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml 14DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml
15DEPENDS+= ${PYPKGPREFIX}-pycha-[0-9]*:../../graphics/py-pycha 15DEPENDS+= ${PYPKGPREFIX}-pycha-[0-9]*:../../graphics/py-pycha
16DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml 16DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
17 17
18USE_LANGUAGES= #none 18USE_LANGUAGES= #none
19PYTHON_VERSIONED_DEPENDENCIES= cairo 19PYTHON_VERSIONED_DEPENDENCIES= cairo
20PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-pycha 
21 20
22.include "../../lang/python/versioned_dependencies.mk" 21.include "../../lang/python/versioned_dependencies.mk"
23.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-relatorio/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-relatorio/PLIST 2013/07/21 12:15:29 1.1
+++ pkgsrc/textproc/py-relatorio/PLIST 2014/02/01 23:28:09 1.2
@@ -1,27 +1,44 @@ @@ -1,27 +1,44 @@
1@comment $NetBSD: PLIST,v 1.1 2013/07/21 12:15:29 richard Exp $ 1@comment $NetBSD: PLIST,v 1.2 2014/02/01 23:28:09 rodent Exp $
2${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/requires.txt 
5${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/relatorio/__init__.py 7${PYSITELIB}/relatorio/__init__.py
8${PYSITELIB}/relatorio/__init__.pyc 8${PYSITELIB}/relatorio/__init__.pyc
9${PYSITELIB}/relatorio/__init__.pyo 9${PYSITELIB}/relatorio/__init__.pyo
10${PYSITELIB}/relatorio/reporting.py 10${PYSITELIB}/relatorio/reporting.py
11${PYSITELIB}/relatorio/reporting.pyc 11${PYSITELIB}/relatorio/reporting.pyc
12${PYSITELIB}/relatorio/reporting.pyo 12${PYSITELIB}/relatorio/reporting.pyo
13${PYSITELIB}/relatorio/templates/__init__.py 13${PYSITELIB}/relatorio/templates/__init__.py
14${PYSITELIB}/relatorio/templates/__init__.pyc 14${PYSITELIB}/relatorio/templates/__init__.pyc
15${PYSITELIB}/relatorio/templates/__init__.pyo 15${PYSITELIB}/relatorio/templates/__init__.pyo
16${PYSITELIB}/relatorio/templates/base.py 16${PYSITELIB}/relatorio/templates/base.py
17${PYSITELIB}/relatorio/templates/base.pyc 17${PYSITELIB}/relatorio/templates/base.pyc
18${PYSITELIB}/relatorio/templates/base.pyo 18${PYSITELIB}/relatorio/templates/base.pyo
19${PYSITELIB}/relatorio/templates/chart.py 19${PYSITELIB}/relatorio/templates/chart.py
20${PYSITELIB}/relatorio/templates/chart.pyc 20${PYSITELIB}/relatorio/templates/chart.pyc
21${PYSITELIB}/relatorio/templates/chart.pyo 21${PYSITELIB}/relatorio/templates/chart.pyo
22${PYSITELIB}/relatorio/templates/opendocument.py 22${PYSITELIB}/relatorio/templates/opendocument.py
23${PYSITELIB}/relatorio/templates/opendocument.pyc 23${PYSITELIB}/relatorio/templates/opendocument.pyc
24${PYSITELIB}/relatorio/templates/opendocument.pyo 24${PYSITELIB}/relatorio/templates/opendocument.pyo
25${PYSITELIB}/relatorio/templates/pdf.py 25${PYSITELIB}/relatorio/templates/pdf.py
26${PYSITELIB}/relatorio/templates/pdf.pyc 26${PYSITELIB}/relatorio/templates/pdf.pyc
27${PYSITELIB}/relatorio/templates/pdf.pyo 27${PYSITELIB}/relatorio/templates/pdf.pyo
 28${PYSITELIB}/relatorio/tests/__init__.py
 29${PYSITELIB}/relatorio/tests/__init__.pyc
 30${PYSITELIB}/relatorio/tests/__init__.pyo
 31${PYSITELIB}/relatorio/tests/egg.jpg
 32${PYSITELIB}/relatorio/tests/one.jpg
 33${PYSITELIB}/relatorio/tests/templates/include.tmpl
 34${PYSITELIB}/relatorio/tests/templates/other.tmpl
 35${PYSITELIB}/relatorio/tests/templates/test.tmpl
 36${PYSITELIB}/relatorio/tests/templates/time.tmpl
 37${PYSITELIB}/relatorio/tests/test.odt
 38${PYSITELIB}/relatorio/tests/test_api.py
 39${PYSITELIB}/relatorio/tests/test_api.pyc
 40${PYSITELIB}/relatorio/tests/test_api.pyo
 41${PYSITELIB}/relatorio/tests/test_odt.py
 42${PYSITELIB}/relatorio/tests/test_odt.pyc
 43${PYSITELIB}/relatorio/tests/test_odt.pyo
 44${PYSITELIB}/relatorio/tests/two.png

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-relatorio/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-relatorio/distinfo 2013/07/21 12:15:29 1.1
+++ pkgsrc/textproc/py-relatorio/distinfo 2014/02/01 23:28:09 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2013/07/21 12:15:29 richard Exp $ 1$NetBSD: distinfo,v 1.2 2014/02/01 23:28:09 rodent Exp $
2 2
3SHA1 (relatorio-0.5.7.tar.gz) = 426ec6c7749917fd3ca88a4fd05e8a529f712fde 3SHA1 (relatorio-0.6.0.tar.gz) = 403e92a84227484ecebefa27c18e2d5df424242d
4RMD160 (relatorio-0.5.7.tar.gz) = 8e100a8426078715dd25c08a5c31cf8fd7b373df 4RMD160 (relatorio-0.6.0.tar.gz) = 5831339a288e8fea9d62d920fe042b8e33c1b33f
5Size (relatorio-0.5.7.tar.gz) = 28599 bytes 5Size (relatorio-0.6.0.tar.gz) = 274724 bytes