summaryrefslogtreecommitdiff
path: root/textproc/py-xhtml2pdf/files
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/files
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/files')
-rw-r--r--textproc/py-xhtml2pdf/files/patch-pyproject.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/py-xhtml2pdf/files/patch-pyproject.toml b/textproc/py-xhtml2pdf/files/patch-pyproject.toml
deleted file mode 100644
index cb4c5b259ce3..000000000000
--- a/textproc/py-xhtml2pdf/files/patch-pyproject.toml
+++ /dev/null
@@ -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"]