Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2017 10:50:22 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434074 - head/devel/py-jmespath
Message-ID:  <201702141050.v1EAoO1b086548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Tue Feb 14 10:50:22 2017
New Revision: 434074
URL: https://svnweb.freebsd.org/changeset/ports/434074

Log:
  Allow concurrent install.
  
  PR:		216583
  Submitted by:	John W. O'Brien <john@saltant.com>

Modified:
  head/devel/py-jmespath/Makefile

Modified: head/devel/py-jmespath/Makefile
==============================================================================
--- head/devel/py-jmespath/Makefile	Tue Feb 14 10:34:29 2017	(r434073)
+++ head/devel/py-jmespath/Makefile	Tue Feb 14 10:50:22 2017	(r434074)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jmespath
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,6 @@ COMMENT=	JSON Matching Expressions
 LICENSE=	MIT
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141050.v1EAoO1b086548>