git: 88d4a75721ae - main - devel/py-distributed: Update to 2023.7.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Jul 2023 21:38:28 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88d4a75721aefa22a0026034aa51ce81fae8fb4c

commit 88d4a75721aefa22a0026034aa51ce81fae8fb4c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:24:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:34:30 +0000

    devel/py-distributed: Update to 2023.7.0
    
    Changes:        https://github.com/dask/distributed/blob/main/docs/source/changelog.rst
                    https://distributed.dask.org/en/latest/changelog.html
---
 devel/py-distributed/Makefile                   | 2 +-
 devel/py-distributed/distinfo                   | 6 +++---
 devel/py-distributed/files/patch-pyproject.toml | 9 +++++++++
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile
index 833635a7d2b8..252a76e0dd0f 100644
--- a/devel/py-distributed/Makefile
+++ b/devel/py-distributed/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	distributed
-PORTVERSION=	2023.6.1
+PORTVERSION=	2023.7.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-distributed/distinfo b/devel/py-distributed/distinfo
index 41df160326dd..72bf0734439d 100644
--- a/devel/py-distributed/distinfo
+++ b/devel/py-distributed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166178
-SHA256 (distributed-2023.6.1.tar.gz) = 4a58468263dd7b00fce1d6abadfd9cb8433f9093693b18108d21d88c4463a8bb
-SIZE (distributed-2023.6.1.tar.gz) = 1067722
+TIMESTAMP = 1688902099
+SHA256 (distributed-2023.7.0.tar.gz) = 9cd233c09675051b2e85e38959c0e93f040e0379d01e8709f975ff9d34056172
+SIZE (distributed-2023.7.0.tar.gz) = 1074072
diff --git a/devel/py-distributed/files/patch-pyproject.toml b/devel/py-distributed/files/patch-pyproject.toml
new file mode 100644
index 000000000000..f1ad7551d7a9
--- /dev/null
+++ b/devel/py-distributed/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig	2023-07-07 17:30:18 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=62.6", "versioneer[toml]==0.28"]
++requires = ["setuptools>=62.6", "versioneer[toml]>=0.28"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]