Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2023 22:18:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3557060bd398 - main - devel/py-frozendict: Update to 2.3.10
Message-ID:  <202312012218.3B1MIdl4040168@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 3557060bd39811d83f291d19236b378da626872f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 22:01:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:11:42 +0000

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

diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile
index aae87f0bf887..e0db83f4ddd2 100644
--- a/devel/py-frozendict/Makefile
+++ b/devel/py-frozendict/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	frozendict
-PORTVERSION=	2.3.9
+PORTVERSION=	2.3.10
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/Marco-Sulla/python-frozendict/releases/download/v${PORTVERSSION}/
@@ -20,12 +20,4 @@ MAKE_ARGS=	custom_arg=c
 post-install:
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
 
-.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>
+.include <bsd.port.mk>
diff --git a/devel/py-frozendict/distinfo b/devel/py-frozendict/distinfo
index a81d304af681..babf60e071bf 100644
--- a/devel/py-frozendict/distinfo
+++ b/devel/py-frozendict/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701083370
-SHA256 (frozendict-2.3.9.tar.gz) = 8c4771eec34a8a47a62d3520465e7ac2d8f583d8ed99fea8dbba4218756e9360
-SIZE (frozendict-2.3.9.tar.gz) = 312546
+TIMESTAMP = 1701363704
+SHA256 (frozendict-2.3.10.tar.gz) = aadc83510ce82751a0bb3575231f778bc37cbb373f5f05a52b888e26cbb92f79
+SIZE (frozendict-2.3.10.tar.gz) = 312896



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312012218.3B1MIdl4040168>