svn commit: r515269 - head/www/py-requests-toolbelt

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Oct 23 15:54:06 UTC 2019


Author: lwhsu
Date: Wed Oct 23 15:54:05 2019
New Revision: 515269
URL: https://svnweb.freebsd.org/changeset/ports/515269

Log:
  - Enable concurrent installation
  
  Approved by:	portmgr (blanket: framework compliance (python))
  MFH:		2019Q4

Modified:
  head/www/py-requests-toolbelt/Makefile

Modified: head/www/py-requests-toolbelt/Makefile
==============================================================================
--- head/www/py-requests-toolbelt/Makefile	Wed Oct 23 15:41:47 2019	(r515268)
+++ head/www/py-requests-toolbelt/Makefile	Wed Oct 23 15:54:05 2019	(r515269)
@@ -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=	*
 


More information about the svn-ports-head mailing list