summaryrefslogtreecommitdiff
path: root/net/py-trio/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2025-06-28 10:32:35 +0200
committerEmanuel Haupt <ehaupt@FreeBSD.org>2025-06-28 10:32:35 +0200
commitc75d6c2251c20ca937c786b477d9e8797cd8f0a2 (patch)
treee4c7a431336ef275a753687059146a019e80cff9 /net/py-trio/files/patch-pyproject.toml
parentdevel/py-click-plugins: Update to 1.1.1.2 (diff)
net/py-trio: Update to 0.30.0
Diffstat (limited to 'net/py-trio/files/patch-pyproject.toml')
-rw-r--r--net/py-trio/files/patch-pyproject.toml15
1 files changed, 12 insertions, 3 deletions
diff --git a/net/py-trio/files/patch-pyproject.toml b/net/py-trio/files/patch-pyproject.toml
index 6d2e67d9e4cc..0e927098a77d 100644
--- a/net/py-trio/files/patch-pyproject.toml
+++ b/net/py-trio/files/patch-pyproject.toml
@@ -1,9 +1,18 @@
---- pyproject.toml.orig 2023-12-14 02:37:27 UTC
+--- pyproject.toml.orig 2025-04-21 00:47:33 UTC
+++ pyproject.toml
-@@ -1,5 +1,5 @@
+@@ -1,14 +1,11 @@
[build-system]
--requires = ["setuptools >= 64"]
+-# setuptools v77 adds PEP 639 support
+-requires = ["setuptools >= 77"]
+requires = ["setuptools >= 63"]
build-backend = "setuptools.build_meta"
[project]
+ name = "trio"
+ description = "A friendly Python library for async concurrency and I/O"
+ authors = [{name = "Nathaniel J. Smith", email = "njs@pobox.com"}]
+-license = "MIT OR Apache-2.0"
+-license-files = ["LICENSE*"]
+ keywords = [
+ "async",
+ "io",