summaryrefslogtreecommitdiff
path: root/textproc/py-relatorio
diff options
context:
space:
mode:
authorrichard <richard>2013-07-21 12:15:29 +0000
committerrichard <richard>2013-07-21 12:15:29 +0000
commit5bc6b10ee420c2a70e3893bd85d9717f749df1be (patch)
tree0aa5bd3437ceb509de57a4082f83c60d90ebfd0b /textproc/py-relatorio
parent170a6ab62d46a510fce80f58d1ab512b8816d44b (diff)
downloadpkgsrc-5bc6b10ee420c2a70e3893bd85d9717f749df1be.tar.gz
A templating library which provides a way to easily output all kind of
different files (odt, ods, png, svg, ...). Adding support for more filetype is easy: you just have to create a plugin for this. relatorio also provides a report repository allowing you to link python objects and report together, find reports by mimetypes/name/python objects.
Diffstat (limited to 'textproc/py-relatorio')
-rw-r--r--textproc/py-relatorio/DESCR6
-rw-r--r--textproc/py-relatorio/Makefile24
-rw-r--r--textproc/py-relatorio/PLIST27
-rw-r--r--textproc/py-relatorio/distinfo5
4 files changed, 62 insertions, 0 deletions
diff --git a/textproc/py-relatorio/DESCR b/textproc/py-relatorio/DESCR
new file mode 100644
index 00000000000..7149c2cd771
--- /dev/null
+++ b/textproc/py-relatorio/DESCR
@@ -0,0 +1,6 @@
+A templating library which provides a way to easily output all kind of
+different files (odt, ods, png, svg, ...). Adding support for more filetype is
+easy: you just have to create a plugin for this.
+
+relatorio also provides a report repository allowing you to link python objects
+and report together, find reports by mimetypes/name/python objects.
diff --git a/textproc/py-relatorio/Makefile b/textproc/py-relatorio/Makefile
new file mode 100644
index 00000000000..6629359de80
--- /dev/null
+++ b/textproc/py-relatorio/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2013/07/21 12:15:29 richard Exp $
+#
+
+DISTNAME= relatorio-0.5.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= http://pypi.python.org/packages/source/r/relatorio/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://relatorio.openhex.org/
+COMMENT= Templating library able to output odt and pdf files
+
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
+DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi
+DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-pycha-[0-9]*:../../graphics/py-pycha
+DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+
+USE_LANGUAGES= #none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-relatorio/PLIST b/textproc/py-relatorio/PLIST
new file mode 100644
index 00000000000..896880ebb12
--- /dev/null
+++ b/textproc/py-relatorio/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/21 12:15:29 richard Exp $
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/relatorio/__init__.py
+${PYSITELIB}/relatorio/__init__.pyc
+${PYSITELIB}/relatorio/__init__.pyo
+${PYSITELIB}/relatorio/reporting.py
+${PYSITELIB}/relatorio/reporting.pyc
+${PYSITELIB}/relatorio/reporting.pyo
+${PYSITELIB}/relatorio/templates/__init__.py
+${PYSITELIB}/relatorio/templates/__init__.pyc
+${PYSITELIB}/relatorio/templates/__init__.pyo
+${PYSITELIB}/relatorio/templates/base.py
+${PYSITELIB}/relatorio/templates/base.pyc
+${PYSITELIB}/relatorio/templates/base.pyo
+${PYSITELIB}/relatorio/templates/chart.py
+${PYSITELIB}/relatorio/templates/chart.pyc
+${PYSITELIB}/relatorio/templates/chart.pyo
+${PYSITELIB}/relatorio/templates/opendocument.py
+${PYSITELIB}/relatorio/templates/opendocument.pyc
+${PYSITELIB}/relatorio/templates/opendocument.pyo
+${PYSITELIB}/relatorio/templates/pdf.py
+${PYSITELIB}/relatorio/templates/pdf.pyc
+${PYSITELIB}/relatorio/templates/pdf.pyo
diff --git a/textproc/py-relatorio/distinfo b/textproc/py-relatorio/distinfo
new file mode 100644
index 00000000000..af331d1ab46
--- /dev/null
+++ b/textproc/py-relatorio/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/21 12:15:29 richard Exp $
+
+SHA1 (relatorio-0.5.7.tar.gz) = 426ec6c7749917fd3ca88a4fd05e8a529f712fde
+RMD160 (relatorio-0.5.7.tar.gz) = 8e100a8426078715dd25c08a5c31cf8fd7b373df
+Size (relatorio-0.5.7.tar.gz) = 28599 bytes