1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Enable concurrent installation

Approved by:	portmgr (blanket: framework compliance (python))
MFH:		2019Q4
This commit is contained in:
Li-Wen Hsu 2019-10-23 15:54:05 +00:00
parent 5e42685ba9
commit a14c1ce821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515269

View File

@ -2,6 +2,7 @@
PORTNAME= requests-toolbelt
DISTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTDOCS= *