svn commit: r509344 - head/devel/py-jaraco.timing

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 19 20:52:11 UTC 2019


Author: sunpoet
Date: Mon Aug 19 20:52:10 2019
New Revision: 509344
URL: https://svnweb.freebsd.org/changeset/ports/509344

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-jaraco.timing/Makefile

Modified: head/devel/py-jaraco.timing/Makefile
==============================================================================
--- head/devel/py-jaraco.timing/Makefile	Mon Aug 19 20:52:05 2019	(r509343)
+++ head/devel/py-jaraco.timing/Makefile	Mon Aug 19 20:52:10 2019	(r509344)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py
 		${PYTHON_PKGNAMEPREFIX}tempora>=1.5:devel/py-tempora@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list