devel/py-jsonschema: Enable concurrent installation

PR:		225514
Submitted by:	John W. O'Brien <john saltant com>
Approved by:	portmgr, python (infrastructure, ports compliance)
This commit is contained in:
Kubilay Kocak 2018-02-20 09:20:30 +00:00
parent 118fcfc527
commit b6519f9102
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462380

View file

@ -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>