git: 90d00895e400 - main - devel/py-cbor2: Add missing patch

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 17 Aug 2025 10:55:10 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90d00895e4002334892f75b030c9ca9b9fa9aab0

commit 90d00895e4002334892f75b030c9ca9b9fa9aab0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-08-17 10:53:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-08-17 10:53:51 +0000

    devel/py-cbor2: Add missing patch
    
    Fixes: 499712d25 devel/py-cbor2: Update version 5.6.5=>5.7.0
---
 devel/py-cbor2/files/patch-pyproject.toml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/devel/py-cbor2/files/patch-pyproject.toml b/devel/py-cbor2/files/patch-pyproject.toml
new file mode 100644
index 000000000000..ca0c70df0e8a
--- /dev/null
+++ b/devel/py-cbor2/files/patch-pyproject.toml
@@ -0,0 +1,28 @@
+--- pyproject.toml.orig	2025-08-17 10:46:46 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+-    "setuptools >= 77",
++    "setuptools >= 63",
+     "setuptools_scm[toml] >= 6.4"
+ ]
+ build-backend = "setuptools.build_meta"
+@@ -10,7 +10,6 @@ authors = [{name = "Alex Grönholm", email = "alex.gro
+ description = "CBOR (de)serializer with extensive tag support"
+ readme = "README.rst"
+ authors = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}]
+-license = "MIT"
+ keywords = ["serialization", "cbor"]
+ classifiers = [
+     "Development Status :: 5 - Production/Stable",
+@@ -27,6 +26,9 @@ dynamic = ["version"]
+ ]
+ requires-python = ">= 3.9"
+ dynamic = ["version"]
++
++[project.license]
++text = "MIT"
+ 
+ [project.urls]
+ Changelog = "https://cbor2.readthedocs.io/en/latest/versionhistory.html"