pkgsrc/textproc/py-relatorio/Makefile
adam bfa791f7b4 py-relatorio: updated to 0.8.1
0.8.1:
* Add support for Python 3.7
* Escape invalid XML characters
* Enforce closing tag to be the same directive as the opening
* Use compression for zip file
* Write mimetype as first file of the zip file

0.8.0:
* Do not guess_type on styled cell content
* Remove type attributes when guessing type
* Add support for Python 3.6
* Remove soft-page-break

0.7.1:
* Remove warning when import plugin fails
* Apply the guess type function on the correct node
* Fix guess_type for date and datetime

0.7.0:
* Replace hard-coded extensions by mimetypes guess
* Add more guess types: 'boolean', 'date', 'time' and 'void'
* Add support for Flat OpenDocument

0.6.4:
* Use StringIO instead of BytesIO for TextSerializer result
2019-03-04 12:08:09 +00:00

20 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.17 2019/03/04 12:08:09 adam Exp $
DISTNAME= relatorio-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/relatorio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://relatorio.tryton.org/
COMMENT= Templating library able to output odt and pdf files
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi
DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0:../../textproc/py-lxml
TEST_DEPENDS+= ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"