svn commit: r462380 - head/devel/py-jsonschema

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


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>


More information about the svn-ports-head mailing list