From owner-svn-ports-all@freebsd.org Tue Feb 20 09:22:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 805AAF14832; Tue, 20 Feb 2018 09:22:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 362456C306; Tue, 20 Feb 2018 09:22:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 311A4277C6; Tue, 20 Feb 2018 09:22:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1K9MRZk013074; Tue, 20 Feb 2018 09:22:27 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1K9MR8t013073; Tue, 20 Feb 2018 09:22:27 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201802200922.w1K9MR8t013073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 20 Feb 2018 09:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462381 - head/devel/py-jupyter_core X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-jupyter_core X-SVN-Commit-Revision: 462381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 09:22:28 -0000 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 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})