git: b63b3951b112 - main - devel/py-msgpack: Update to 1.0.6

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 29 Sep 2023 16:20:13 UTC
The branch main has been updated by sunpoet:

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

commit b63b3951b112272d3edac9c62daea3cdf597ad65
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-29 16:13:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-29 16:13:59 +0000

    devel/py-msgpack: Update to 1.0.6
    
    Changes:        https://github.com/msgpack/msgpack-python/releases
---
 devel/py-msgpack/Makefile                   |  5 ++---
 devel/py-msgpack/distinfo                   |  6 +++---
 devel/py-msgpack/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/devel/py-msgpack/Makefile b/devel/py-msgpack/Makefile
index 440d80e93fb3..587fbd5155ab 100644
--- a/devel/py-msgpack/Makefile
+++ b/devel/py-msgpack/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	msgpack
-PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTVERSION=	1.0.6
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.30<0.30:lang/cython@${PY_FLAVOR} \
-		${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-msgpack/distinfo b/devel/py-msgpack/distinfo
index a7b1b04c9c78..cd38f09785d0 100644
--- a/devel/py-msgpack/distinfo
+++ b/devel/py-msgpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679498702
-SHA256 (msgpack-1.0.5.tar.gz) = c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c
-SIZE (msgpack-1.0.5.tar.gz) = 127834
+TIMESTAMP = 1695588824
+SHA256 (msgpack-1.0.6.tar.gz) = 25d3746da40f3c8c59c3b1d001e49fd2aa17904438f980d9a391370366df001e
+SIZE (msgpack-1.0.6.tar.gz) = 166462
diff --git a/devel/py-msgpack/files/patch-pyproject.toml b/devel/py-msgpack/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d5f4ae503c57
--- /dev/null
+++ b/devel/py-msgpack/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2023-09-13 20:09:22 UTC
++++ pyproject.toml
+@@ -2,7 +2,7 @@
+ requires = [
+     # Also declared in requirements.txt, if updating here please also update
+     # there
+-    "Cython~=3.0.0",
++    "Cython~=0.29.30",
+     "setuptools >= 35.0.2",
+ ]
+ build-backend = "setuptools.build_meta"