Skip to content

Commit

Permalink
textproc/py-xhtml2pdf: Update to 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent feddc93 commit 72c1602
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions textproc/py-xhtml2pdf/Makefile
@@ -1,12 +1,13 @@
PORTNAME= xhtml2pdf
PORTVERSION= 0.2.13
PORTVERSION= 0.2.15
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PDF generator using HTML and CSS
WWW= https://github.com/xhtml2pdf/xhtml2pdf
WWW= https://xhtml2pdf.readthedocs.io/en/latest/ \
https://github.com/xhtml2pdf/xhtml2pdf

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
Expand All @@ -20,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>=3.6:print/py-reportlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}reportlab>=4.0.4: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}

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-xhtml2pdf/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699774592
SHA256 (xhtml2pdf-0.2.13.tar.gz) = ab48cb6482e441a0d117f34ffab605181d2689e56a5e54a24d97f2b9d9a8776b
SIZE (xhtml2pdf-0.2.13.tar.gz) = 117512
TIMESTAMP = 1708449486
SHA256 (xhtml2pdf-0.2.15.tar.gz) = cc9c68551677f831d836e7fc94196fa777d3c4d500754aa4dc5c02d45c0e19d1
SIZE (xhtml2pdf-0.2.15.tar.gz) = 138749
6 changes: 3 additions & 3 deletions textproc/py-xhtml2pdf/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
--- pyproject.toml.orig 2023-11-09 01:11:37 UTC
--- 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[pycairo]>=4.0.4",
+ "reportlab[pycairo]>=3.6",
- "reportlab>=4.0.4,<4.1",
+ "reportlab>=4.0.4",
"svglib>=1.2.1",
]
dynamic = ["version"]

0 comments on commit 72c1602

Please sign in to comment.