diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-21 17:41:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-21 17:41:10 +0000 |
commit | cdbcd4b8336fa2f2279310e8f39c8c075fc4fa82 (patch) | |
tree | 78505bbc6fda27714a25b8334615ff8ae91b6c15 /print | |
parent | 6c8bed087d8a0c69313583ce9bf652aee639b05e (diff) | |
download | ports-cdbcd4b8336fa2f2279310e8f39c8c075fc4fa82.tar.gz ports-cdbcd4b8336fa2f2279310e8f39c8c075fc4fa82.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/py-relatorio/Makefile | 21 | ||||
-rw-r--r-- | print/py-relatorio/distinfo | 6 |
2 files changed, 16 insertions, 11 deletions
diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index c9a0299ef49e..5d448d6ed5ec 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -2,20 +2,25 @@ # $FreeBSD$ PORTNAME= relatorio -PORTVERSION= 0.6.4 +PORTVERSION= 0.8.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Templating library able to output odt and pdf files -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:devel/py-lxml@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycha>=0.5.0:graphics/py-pycha@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.07:devel/py-yaml@${FLAVOR} +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.7 -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textproc/py-genshi@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}magic>=0:devel/py-magic@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycha>=0.4.0:graphics/py-pycha@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/print/py-relatorio/distinfo b/print/py-relatorio/distinfo index 1c31fb8ef55d..f8e174a960b1 100644 --- a/print/py-relatorio/distinfo +++ b/print/py-relatorio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482915148 -SHA256 (relatorio-0.6.4.tar.gz) = 9fa0e93c8c2a1d39a645f40e940fb2832528976f81c0971affeafd9a0e663652 -SIZE (relatorio-0.6.4.tar.gz) = 949912 +TIMESTAMP = 1513861301 +SHA256 (relatorio-0.8.0.tar.gz) = bddf85d029c5c85a0f976d73907e14e4c3093065fe8527170c91abf0218546d9 +SIZE (relatorio-0.8.0.tar.gz) = 1096794 |