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,27 +1,29 @@ PORTNAME= jupyter-core -PORTVERSION= 4.9.2 +PORTVERSION= 4.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= jupyter_core-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Jupyter core package LICENSE= BSD3CLAUSE 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 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