Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:36:00 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: d619c996005f - main - devel/py-canonicaljson: Update to 2.0.0
Message-ID:  <202304051736.335Ha0Ta086285@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=d619c996005f45bf2427e69e5e9e75c3e68239e6

commit d619c996005f45bf2427e69e5e9e75c3e68239e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:15:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:15 +0000

    devel/py-canonicaljson: Update to 2.0.0
    
    - Remove FROZENDICT option
    
    Changes:        https://github.com/matrix-org/python-canonicaljson/releases
---
 devel/py-canonicaljson/Makefile | 18 ++----------------
 devel/py-canonicaljson/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/devel/py-canonicaljson/Makefile b/devel/py-canonicaljson/Makefile
index 0ee195de3265..dc001a3c227a 100644
--- a/devel/py-canonicaljson/Makefile
+++ b/devel/py-canonicaljson/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	canonicaljson
-PORTVERSION=	1.6.4
-PORTREVISION=	2
+PORTVERSION=	2.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,23 +13,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=35.0.2:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=3.14.0:devel/py-simplejson@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	FROZENDICT
-FROZENDICT_DESC=Frozendict immutable dictionaries support
-
-FROZENDICT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${PY_FLAVOR}
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/py-canonicaljson/distinfo b/devel/py-canonicaljson/distinfo
index 572e5d165c75..609c1f64dd20 100644
--- a/devel/py-canonicaljson/distinfo
+++ b/devel/py-canonicaljson/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057693
-SHA256 (canonicaljson-1.6.4.tar.gz) = 6c09b2119511f30eb1126cfcd973a10824e20f1cfd25039cde3d1218dd9c8d8f
-SIZE (canonicaljson-1.6.4.tar.gz) = 10593
+TIMESTAMP = 1679498650
+SHA256 (canonicaljson-2.0.0.tar.gz) = e2fdaef1d7fadc5d9cb59bd3d0d41b064ddda697809ac4325dced721d12f113f
+SIZE (canonicaljson-2.0.0.tar.gz) = 10716



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