Index: devel/py-jupyter_core/Makefile =================================================================== --- devel/py-jupyter_core/Makefile (revision 460226) +++ devel/py-jupyter_core/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= jupyter_core PORTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,7 @@ NO_ARCH= yes USES= python USE_LOCALE= en_US.UTF-8 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER})