summaryrefslogtreecommitdiff
path: root/security/py-pyhanko/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-pyhanko/files/patch-pyproject.toml')
-rw-r--r--security/py-pyhanko/files/patch-pyproject.toml21
1 files changed, 12 insertions, 9 deletions
diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml
index eadfc8905bdf..f5c510df08b8 100644
--- a/security/py-pyhanko/files/patch-pyproject.toml
+++ b/security/py-pyhanko/files/patch-pyproject.toml
@@ -1,17 +1,20 @@
---- pyproject.toml.orig 2024-03-07 22:13:09 UTC
+--- pyproject.toml.orig 2025-05-27 21:43:28 UTC
+++ pyproject.toml
-@@ -1,12 +1,12 @@ requires = [
+@@ -1,14 +1,13 @@
[build-system]
- requires = [
-- "setuptools>=67.4",
-+ "setuptools>=61",
- "wheel"
- ]
+-requires = ["setuptools>=80.8.0"]
++requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
-name = "pyHanko"
+name = "pyhanko"
description = "Tools for stamping and signing PDF files"
- authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
- maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
+ authors = [{ name = "Matthias Valvekens", email = "dev@mvalvekens.be" }]
+ maintainers = [{ name = "Matthias Valvekens", email = "dev@mvalvekens.be" }]
+-license = "MIT"
+-license-files = ["LICENSE", "src/pyhanko/pdf_utils/LICENSE.PyPDF2"]
++license = {text = "MIT"}
+ keywords = [
+ "signature",
+ "pdf",