svn commit: r462382 - head/devel/py-nbformat

Kubilay Kocak koobs at FreeBSD.org
Tue Feb 20 09:23:51 UTC 2018


Author: koobs
Date: Tue Feb 20 09:23:50 2018
New Revision: 462382
URL: https://svnweb.freebsd.org/changeset/ports/462382

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

Modified:
  head/devel/py-nbformat/Makefile

Modified: head/devel/py-nbformat/Makefile
==============================================================================
--- head/devel/py-nbformat/Makefile	Tue Feb 20 09:22:27 2018	(r462381)
+++ head/devel/py-nbformat/Makefile	Tue Feb 20 09:23:50 2018	(r462382)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nbformat
 PORTVERSION=	4.4.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p
 
 NO_ARCH=	yes
 USES=		python
-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-all mailing list