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:
parent
118fcfc527
commit
b6519f9102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462380
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= jsonschema
|
PORTNAME= jsonschema
|
||||||
PORTVERSION= 2.6.0
|
PORTVERSION= 2.6.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -15,7 +16,7 @@ LICENSE= MIT
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${FLAVOR}
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
Loading…
Reference in a new issue