git: 5d3642c6b034 - main - net/py-trio: Update to 0.23.2

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Fri, 15 Dec 2023 08:24:31 UTC
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d3642c6b034f08e7ab03f6c1f365f13e4474985

commit 5d3642c6b034f08e7ab03f6c1f365f13e4474985
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-12-15 08:24:09 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-12-15 08:24:09 +0000

    net/py-trio: Update to 0.23.2
---
 net/py-trio/Makefile             | 2 +-
 net/py-trio/distinfo             | 6 +++---
 net/py-trio/files/patch-setup.py | 6 ++++++
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net/py-trio/Makefile b/net/py-trio/Makefile
index d38ad37363f5..a0c77715719f 100644
--- a/net/py-trio/Makefile
+++ b/net/py-trio/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	trio
-PORTVERSION=	0.23.1
+PORTVERSION=	0.23.2
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-trio/distinfo b/net/py-trio/distinfo
index 345cdc5374d5..bfb4c2f76968 100644
--- a/net/py-trio/distinfo
+++ b/net/py-trio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699085127
-SHA256 (trio-0.23.1.tar.gz) = 16f89f7dcc8f7b9dcdec1fcd863e0c039af6d0f9a22f8dfd56f75d75ec73fd48
-SIZE (trio-0.23.1.tar.gz) = 535860
+TIMESTAMP = 1702626025
+SHA256 (trio-0.23.2.tar.gz) = da1d35b9a2b17eb32cae2e763b16551f9aa6703634735024e32f325c9285069e
+SIZE (trio-0.23.2.tar.gz) = 544557
diff --git a/net/py-trio/files/patch-setup.py b/net/py-trio/files/patch-setup.py
new file mode 100644
index 000000000000..130806a8f6f1
--- /dev/null
+++ b/net/py-trio/files/patch-setup.py
@@ -0,0 +1,6 @@
+--- setup.py.orig	2022-11-12 09:41:13 UTC
++++ setup.py
+@@ -0,0 +1,3 @@
++import setuptools
++if __name__ == "__main__":
++    setuptools.setup(use_scm_version=False)