1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

devel/ipython: Enable concurrent installation

PR:		225493
Submitted by:	John W. O'Brien <john saltant com>
Approved by:	python (koobs, maintainer)
This commit is contained in:
Kubilay Kocak 2018-02-20 09:26:02 +00:00
parent 5f13c5f422
commit e320c80980
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462384

View File

@ -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-pexpect@${FLAVOR} \
${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