1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Po-Chuan Hsieh 2024-06-18 12:00:39 +08:00
parent 102a529486
commit 5ea0649df9
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 16 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1708449486
SHA256 (xhtml2pdf-0.2.15.tar.gz) = cc9c68551677f831d836e7fc94196fa777d3c4d500754aa4dc5c02d45c0e19d1
SIZE (xhtml2pdf-0.2.15.tar.gz) = 138749
TIMESTAMP = 1718580146
SHA256 (xhtml2pdf-0.2.16.tar.gz) = 7391adac12afb086561667cdc8d6ef0ac4afe5097bd97383622d42b6343dee71
SIZE (xhtml2pdf-0.2.16.tar.gz) = 138833

View File

@ -1,11 +0,0 @@
--- pyproject.toml.orig 2024-02-08 23:06:24 UTC
+++ pyproject.toml
@@ -54,7 +54,7 @@ dependencies = [
"pyhanko-certvalidator>=0.19.5",
"pypdf>=3.1.0",
"python-bidi>=0.4.2",
- "reportlab>=4.0.4,<4.1",
+ "reportlab>=4.0.4",
"svglib>=1.2.1",
]
dynamic = ["version"]