Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 09:20:30 +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: r462380 - head/devel/py-jsonschema
Message-ID:  <201802200920.w1K9KU5l008435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Feb 20 09:20:30 2018
New Revision: 462380
URL: https://svnweb.freebsd.org/changeset/ports/462380

Log:
  devel/py-jsonschema: Enable concurrent installation
  
  PR:		225514
  Submitted by:	John W. O'Brien <john saltant com>
  Approved by:	portmgr, python (infrastructure, ports compliance)

Modified:
  head/devel/py-jsonschema/Makefile

Modified: head/devel/py-jsonschema/Makefile
==============================================================================
--- head/devel/py-jsonschema/Makefile	Tue Feb 20 09:14:21 2018	(r462379)
+++ head/devel/py-jsonschema/Makefile	Tue Feb 20 09:20:30 2018	(r462380)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jsonschema
 PORTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>



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