Date: Tue, 20 Feb 2018 09:23:50 +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: r462382 - head/devel/py-nbformat Message-ID: <201802200923.w1K9NoFi013229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802200923.w1K9NoFi013229>