git: c9590681dfe2 - main - devel/py-nbformat: Update to 5.3.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 04:24:33 UTC
The branch main has been updated by sunpoet:

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

commit c9590681dfe2e597129a972ab70bd9f7735c3470
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 04:01:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:43 +0000

    devel/py-nbformat: Update to 5.3.0
    
    - Remove FASTJSON option: upstream moved it from extras_require to install_requires
    
    Changes:        https://github.com/jupyter/nbformat/blob/master/docs/changelog.rst
---
 devel/py-nbformat/Makefile | 12 ++++--------
 devel/py-nbformat/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/devel/py-nbformat/Makefile b/devel/py-nbformat/Makefile
index cef3370d48ad..9a0c3940e0e1 100644
--- a/devel/py-nbformat/Makefile
+++ b/devel/py-nbformat/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nbformat
-PORTVERSION=	5.2.0
+PORTVERSION=	5.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,8 @@ COMMENT=	Jupyter Notebook format
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=2.4:devel/py-jsonschema@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastjsonschema>=0:devel/py-fastjsonschema@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jupyter-core>=0:devel/py-jupyter-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}traitlets>=4.1:devel/py-traitlets@${PY_FLAVOR}
@@ -23,12 +24,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	FASTJSON
-
-FASTJSON_DESC=		Fast validation with fastjsonschema
-FASTJSON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastjsonschema>=0:devel/py-fastjsonschema@${PY_FLAVOR}
-
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
+	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -o addopts=
 
 .include <bsd.port.mk>
diff --git a/devel/py-nbformat/distinfo b/devel/py-nbformat/distinfo
index 48e9138669e7..c776ce3866eb 100644
--- a/devel/py-nbformat/distinfo
+++ b/devel/py-nbformat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647264992
-SHA256 (nbformat-5.2.0.tar.gz) = 93df0b9c67221d38fb970c48f6d361819a6c388299a0ef3171bbb912edfe1324
-SIZE (nbformat-5.2.0.tar.gz) = 137745
+TIMESTAMP = 1649423974
+SHA256 (nbformat-5.3.0.tar.gz) = fcc5ab8cb74e20b19570b5be809e2dba9b82836fd2761a89066ad43394ba29f5
+SIZE (nbformat-5.3.0.tar.gz) = 136855