aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-06-16 19:21:02 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2024-06-16 19:22:18 +0000
commitfd877ba44562e7d3eba831508428199ded5e346f (patch)
treef23327feab685eae6bee2bb36eeb2ef3d5fad66c
parentd8c9e83bd27d4e96993d24e7d92e6c9ac17b40d3 (diff)
downloadports-fd877ba44562e7d3eba831508428199ded5e346f.tar.gz
ports-fd877ba44562e7d3eba831508428199ded5e346f.zip
textproc/py-docxtpl: Add textproc/py-docxcompose dependency
PR: 279621 Reported by: mail_of_sergey __at __ mail.ru
-rw-r--r--textproc/py-docxtpl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-docxtpl/Makefile b/textproc/py-docxtpl/Makefile
index 635d4a5b08b9..a32abfacb820 100644
--- a/textproc/py-docxtpl/Makefile
+++ b/textproc/py-docxtpl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= docxtpl
PORTVERSION= 0.16.6
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,7 @@ LICENSE= LGPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-docx>0:textproc/py-python-docx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}docxcompose>0:textproc/py-docxcompose@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}