summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2025-07-02 23:31:48 +0000
committerWen Heping <wen@FreeBSD.org>2025-07-02 23:34:43 +0000
commit385ccb2a2fc27cb3de547df3a2c06b24bb90b8d6 (patch)
tree195739b8a067612937bf8abe28256e7857eeae27
parentlang/yabasic: Update to 2.91.3 (diff)
textproc/py-pikepdf: Add patch missed in previous commit
-rw-r--r--textproc/py-pikepdf/files/patch-pyproject.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/py-pikepdf/files/patch-pyproject.toml b/textproc/py-pikepdf/files/patch-pyproject.toml
new file mode 100644
index 000000000000..ec1907a0353d
--- /dev/null
+++ b/textproc/py-pikepdf/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig 2025-07-01 02:31:28 UTC
++++ pyproject.toml
+@@ -2,7 +2,7 @@
+ # SPDX-License-Identifier: MPL-2.0
+
+ [build-system]
+-requires = ["setuptools >= 77.0.3", "pybind11 >= 2.13.6"]
++requires = ["setuptools >= 63", "pybind11 >= 2.13.6"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -13,7 +13,7 @@ authors = [{ name = "James R. Barlow", email = "james@
+ requires-python = ">=3.9"
+ keywords = ["PDF"]
+ authors = [{ name = "James R. Barlow", email = "james@purplerock.ca" }]
+-license = "MPL-2.0"
++license = {text="MPL-2.0"}
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Developers",