Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 09:22:27 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462381 - head/devel/py-jupyter_core
Message-ID:  <201802200922.w1K9MR8t013073@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802200922.w1K9MR8t013073>