devel/py-jsonpointer: Add USE_PYTHON=concurrent
Approved by: portmgr (port compliance, infrastructure) Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
25a018fcc8
commit
dbdfc2abee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464136
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= jsonpointer
|
PORTNAME= jsonpointer
|
||||||
PORTVERSION= 1.9
|
PORTVERSION= 1.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -14,6 +15,6 @@ LICENSE= BSD3CLAUSE
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue