svn commit: r472742 - head/www/py-cachecontrol

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 01:48:23 UTC 2018


Author: yuri
Date: Tue Jun 19 01:48:22 2018
New Revision: 472742
URL: https://svnweb.freebsd.org/changeset/ports/472742

Log:
  www/py-cachecontrol: Add USE_PYTHON=concurrent

Modified:
  head/www/py-cachecontrol/Makefile

Modified: head/www/py-cachecontrol/Makefile
==============================================================================
--- head/www/py-cachecontrol/Makefile	Tue Jun 19 01:45:28 2018	(r472741)
+++ head/www/py-cachecontrol/Makefile	Tue Jun 19 01:48:22 2018	(r472742)
@@ -3,6 +3,7 @@
 
 PORTNAME=	CacheControl
 DISTVERSION=	0.12.5
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:deve
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 REINPLACE_ARGS=	-i ''
 


More information about the svn-ports-all mailing list