1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

textproc/py-docxtpl: Add textproc/py-docxcompose dependency

PR:		279621
Reported by:	mail_of_sergey __at __ mail.ru
This commit is contained in:
Jose Alonso Cardenas Marquez 2024-06-16 14:21:02 -05:00
parent d8c9e83bd2
commit fd877ba445
No known key found for this signature in database
GPG Key ID: 335B9246BA5E30F4

View File

@ -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}