summaryrefslogtreecommitdiff
path: root/devel/py-anyio/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-anyio/files/patch-pyproject.toml15
1 files changed, 12 insertions, 3 deletions
diff --git a/devel/py-anyio/files/patch-pyproject.toml b/devel/py-anyio/files/patch-pyproject.toml
index e9bf63a21bb4..6a7406872b34 100644
--- a/devel/py-anyio/files/patch-pyproject.toml
+++ b/devel/py-anyio/files/patch-pyproject.toml
@@ -1,10 +1,19 @@
---- pyproject.toml.orig 2023-05-27 11:12:17 UTC
+--- pyproject.toml.orig 2025-08-04 08:53:59 UTC
+++ pyproject.toml
-@@ -1,6 +1,6 @@
+@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
-- "setuptools >= 64",
+- "setuptools >= 77",
+ "setuptools >= 61",
"setuptools_scm >= 6.4"
]
build-backend = "setuptools.build_meta"
+@@ -10,7 +10,7 @@ authors = [{name = "Alex Grönholm", email = "alex.gro
+ description = "High-level concurrency and networking framework on top of asyncio or Trio"
+ readme = "README.rst"
+ authors = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}]
+-license = "MIT"
++license = {text = "MIT"}
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Developers",