Import of pkgsrc-2014Q1
This commit is contained in:
6
textproc/py-relatorio/DESCR
Normal file
6
textproc/py-relatorio/DESCR
Normal file
@@ -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.
|
||||
24
textproc/py-relatorio/Makefile
Normal file
24
textproc/py-relatorio/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# $NetBSD: Makefile,v 1.4 2014/02/02 08:15:50 wiz Exp $
|
||||
|
||||
DISTNAME= relatorio-0.6.0
|
||||
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}-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
|
||||
PYTHON_VERSIONED_DEPENDENCIES= cairo
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 via py-pycha
|
||||
|
||||
.include "../../lang/python/versioned_dependencies.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
44
textproc/py-relatorio/PLIST
Normal file
44
textproc/py-relatorio/PLIST
Normal file
@@ -0,0 +1,44 @@
|
||||
@comment $NetBSD: PLIST,v 1.2 2014/02/01 23:28:09 rodent Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.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
|
||||
${PYSITELIB}/relatorio/tests/__init__.py
|
||||
${PYSITELIB}/relatorio/tests/__init__.pyc
|
||||
${PYSITELIB}/relatorio/tests/__init__.pyo
|
||||
${PYSITELIB}/relatorio/tests/egg.jpg
|
||||
${PYSITELIB}/relatorio/tests/one.jpg
|
||||
${PYSITELIB}/relatorio/tests/templates/include.tmpl
|
||||
${PYSITELIB}/relatorio/tests/templates/other.tmpl
|
||||
${PYSITELIB}/relatorio/tests/templates/test.tmpl
|
||||
${PYSITELIB}/relatorio/tests/templates/time.tmpl
|
||||
${PYSITELIB}/relatorio/tests/test.odt
|
||||
${PYSITELIB}/relatorio/tests/test_api.py
|
||||
${PYSITELIB}/relatorio/tests/test_api.pyc
|
||||
${PYSITELIB}/relatorio/tests/test_api.pyo
|
||||
${PYSITELIB}/relatorio/tests/test_odt.py
|
||||
${PYSITELIB}/relatorio/tests/test_odt.pyc
|
||||
${PYSITELIB}/relatorio/tests/test_odt.pyo
|
||||
${PYSITELIB}/relatorio/tests/two.png
|
||||
5
textproc/py-relatorio/distinfo
Normal file
5
textproc/py-relatorio/distinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.2 2014/02/01 23:28:09 rodent Exp $
|
||||
|
||||
SHA1 (relatorio-0.6.0.tar.gz) = 403e92a84227484ecebefa27c18e2d5df424242d
|
||||
RMD160 (relatorio-0.6.0.tar.gz) = 5831339a288e8fea9d62d920fe042b8e33c1b33f
|
||||
Size (relatorio-0.6.0.tar.gz) = 274724 bytes
|
||||
Reference in New Issue
Block a user