svn commit: r462381 - head/devel/py-jupyter_core

Kubilay Kocak koobs at FreeBSD.org
Tue Feb 20 09:22:28 UTC 2018


Author: koobs
Date: Tue Feb 20 09:22:27 2018
New Revision: 462381
URL: https://svnweb.freebsd.org/changeset/ports/462381

Log:
  devel/py-jupyter_core: Enable concurrent installation
  
  PR:		225516
  Submitted by:	John W. O'Brien <john saltant com>
  Approved by:	python (koobs, maintainer)

Modified:
  head/devel/py-jupyter_core/Makefile

Modified: head/devel/py-jupyter_core/Makefile
==============================================================================
--- head/devel/py-jupyter_core/Makefile	Tue Feb 20 09:20:30 2018	(r462380)
+++ head/devel/py-jupyter_core/Makefile	Tue Feb 20 09:22:27 2018	(r462381)
@@ -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 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/
 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})


More information about the svn-ports-head mailing list