git: 88f6d1b4b0f7 - main - devel/py-jupyter-core: Update to 4.10.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 26 Apr 2022 15:07:12 UTC
The branch main has been updated by sunpoet:

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

commit 88f6d1b4b0f79531f94c4aee0c632940cf6083e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-26 14:57:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-26 15:01:50 +0000

    devel/py-jupyter-core: Update to 4.10.0
    
    Changes:        https://github.com/jupyter/jupyter_core/blob/main/docs/changelog.rst
---
 devel/py-jupyter-core/Makefile | 12 +++++++-----
 devel/py-jupyter-core/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/devel/py-jupyter-core/Makefile b/devel/py-jupyter-core/Makefile
index 939d300ac58e..b4835c6c32f2 100644
--- a/devel/py-jupyter-core/Makefile
+++ b/devel/py-jupyter-core/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jupyter-core
-PORTVERSION=	4.9.2
+PORTVERSION=	4.10.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,15 +13,17 @@ LICENSE_FILE=	${WRKSRC}/COPYING.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pre-commit>=0:devel/py-pre-commit@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
 do-test:
-	(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER})
+	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
 
 .include <bsd.port.mk>
diff --git a/devel/py-jupyter-core/distinfo b/devel/py-jupyter-core/distinfo
index 997f9fbaccda..e1c56e7641da 100644
--- a/devel/py-jupyter-core/distinfo
+++ b/devel/py-jupyter-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647264988
-SHA256 (jupyter_core-4.9.2.tar.gz) = d69baeb9ffb128b8cd2657fcf2703f89c769d1673c851812119e3a2a0e93ad9a
-SIZE (jupyter_core-4.9.2.tar.gz) = 74912
+TIMESTAMP = 1650970325
+SHA256 (jupyter_core-4.10.0.tar.gz) = a6de44b16b7b31d7271130c71a6792c4040f077011961138afed5e5e73181aec
+SIZE (jupyter_core-4.10.0.tar.gz) = 76535