summaryrefslogtreecommitdiff
path: root/devel/py-dulwich/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-dulwich/files/patch-pyproject.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/py-dulwich/files/patch-pyproject.toml b/devel/py-dulwich/files/patch-pyproject.toml
new file mode 100644
index 000000000000..df2f78e5b621
--- /dev/null
+++ b/devel/py-dulwich/files/patch-pyproject.toml
@@ -0,0 +1,26 @@
+--- pyproject.toml.orig 2025-08-01 10:05:10 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=77.0.0"]
++requires = ["setuptools>=61.0.0"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -7,7 +7,7 @@ authors = [{name = "Jelmer Vernooij", email = "jelmer@
+ description = "Python Git Library"
+ readme = "README.rst"
+ authors = [{name = "Jelmer Vernooij", email = "jelmer@jelmer.uk"}]
+-license = "Apache-2.0 OR GPL-2.0-or-later"
++license = {text = "Apache-2.0 OR GPL-2.0-or-later"}
+ keywords = ["vcs", "git"]
+ classifiers = [
+ "Development Status :: 4 - Beta",
+@@ -28,7 +28,6 @@ dynamic = ["version"]
+ 'typing_extensions >=4.0 ; python_version < "3.11"',
+ ]
+ dynamic = ["version"]
+-license-files = ["COPYING"]
+
+ [project.urls]
+ Homepage = "https://www.dulwich.io/"