summaryrefslogtreecommitdiff
path: root/net
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
parentdevel/py-click-plugins: Update to 1.1.1.2 (diff)
net/py-trio: Update to 0.30.0
Diffstat (limited to 'net')
-rw-r--r--net/py-trio/Makefile2
-rw-r--r--net/py-trio/distinfo6
-rw-r--r--net/py-trio/files/patch-pyproject.toml15
3 files changed, 16 insertions, 7 deletions
diff --git a/net/py-trio/Makefile b/net/py-trio/Makefile
index cbcd22f57eb1..a071a5bc30fe 100644
--- a/net/py-trio/Makefile
+++ b/net/py-trio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= trio
-DISTVERSION= 0.29.0
+DISTVERSION= 0.30.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-trio/distinfo b/net/py-trio/distinfo
index 22634049b916..4f362c072a8e 100644
--- a/net/py-trio/distinfo
+++ b/net/py-trio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739611040
-SHA256 (trio-0.29.0.tar.gz) = ea0d3967159fc130acb6939a0be0e558e364fee26b5deeecc893a6b08c361bdf
-SIZE (trio-0.29.0.tar.gz) = 588952
+TIMESTAMP = 1751099025
+SHA256 (trio-0.30.0.tar.gz) = 0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df
+SIZE (trio-0.30.0.tar.gz) = 593776
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",