summaryrefslogtreecommitdiff
path: root/textproc/py-xhtml2pdf/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 12:00:39 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 12:00:39 +0800
commit5ea0649df94e4bb7afb241eb69a6a521fd0a61d9 (patch)
tree882bf0f6fec9eda9f6b676a79292daa1a6f42432 /textproc/py-xhtml2pdf/Makefile
parenttextproc/py-textual: Update to 0.68.0 (diff)
textproc/py-xhtml2pdf: Update to 0.2.16
Changes: https://github.com/xhtml2pdf/xhtml2pdf/releases https://github.com/xhtml2pdf/xhtml2pdf/blob/master/docs/source/release-notes.rst https://xhtml2pdf.readthedocs.io/en/latest/release-notes.html
Diffstat (limited to 'textproc/py-xhtml2pdf/Makefile')
-rw-r--r--textproc/py-xhtml2pdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xhtml2pdf/Makefile b/textproc/py-xhtml2pdf/Makefile
index 8ef663df01a5..9266538d0db7 100644
--- a/textproc/py-xhtml2pdf/Makefile
+++ b/textproc/py-xhtml2pdf/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xhtml2pdf
-PORTVERSION= 0.2.15
+PORTVERSION= 0.2.16
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arabic-reshaper>=3.0.0:textproc/py-arabic-re
${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.19.5:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pypdf>=3.1.0:print/py-pypdf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-bidi>=0.4.2:textproc/py-python-bidi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}reportlab>=4.0.4:print/py-reportlab@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}reportlab>=4.0.4<5:print/py-reportlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}svglib>=1.2.1:converters/py-svglib@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}