git: 898c6040b746 - main - devel/py-frozendict: Update to 2.3.9

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 27 Nov 2023 18:08:52 UTC
The branch main has been updated by sunpoet:

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

commit 898c6040b746b447dff91033cf2a267b97ff918f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 18:03:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 18:07:51 +0000

    devel/py-frozendict: Update to 2.3.9
    
    Changes:        https://github.com/Marco-Sulla/python-frozendict/releases
---
 devel/py-frozendict/Makefile | 12 ++++++++++--
 devel/py-frozendict/distinfo |  6 +++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile
index 9ccfb5dbd9d7..aae87f0bf887 100644
--- a/devel/py-frozendict/Makefile
+++ b/devel/py-frozendict/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	frozendict
-PORTVERSION=	2.3.8
+PORTVERSION=	2.3.9
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/Marco-Sulla/python-frozendict/releases/download/v${PORTVERSSION}/
@@ -20,4 +20,12 @@ MAKE_ARGS=	custom_arg=c
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# There is no C implementation for Python 3.11+ yet.
+# Check src/frozendict/c_src for details.
+.if ${PYTHON_REL} >= 31100
+MAKE_ENV+=	FROZENDICT_PURE_PY=1
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-frozendict/distinfo b/devel/py-frozendict/distinfo
index 045f6c65799f..a81d304af681 100644
--- a/devel/py-frozendict/distinfo
+++ b/devel/py-frozendict/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682903086
-SHA256 (frozendict-2.3.8.tar.gz) = 5526559eca8f1780a4ee5146896f59afc31435313560208dd394a3a5e537d3ff
-SIZE (frozendict-2.3.8.tar.gz) = 312109
+TIMESTAMP = 1701083370
+SHA256 (frozendict-2.3.9.tar.gz) = 8c4771eec34a8a47a62d3520465e7ac2d8f583d8ed99fea8dbba4218756e9360
+SIZE (frozendict-2.3.9.tar.gz) = 312546