svn commit: r462384 - head/devel/ipython

Kubilay Kocak koobs at FreeBSD.org
Tue Feb 20 09:26:02 UTC 2018


Author: koobs
Date: Tue Feb 20 09:26:02 2018
New Revision: 462384
URL: https://svnweb.freebsd.org/changeset/ports/462384

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

Modified:
  head/devel/ipython/Makefile

Modified: head/devel/ipython/Makefile
==============================================================================
--- head/devel/ipython/Makefile	Tue Feb 20 09:24:47 2018	(r462383)
+++ head/devel/ipython/Makefile	Tue Feb 20 09:26:02 2018	(r462384)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipython
 PORTVERSION=	5.5.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py
 		${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USE_GCC=	yes # To be removed - Needed as a work-around for numpy, see PR ports/188114
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list