aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cbor2/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cbor2/files/patch-pyproject.toml')
-rw-r--r--devel/py-cbor2/files/patch-pyproject.toml28
1 files changed, 28 insertions, 0 deletions
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"