0698db1f8b
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.
24 lines
774 B
Makefile
24 lines
774 B
Makefile
# $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"
|