Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2019 20:52:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509344 - head/devel/py-jaraco.timing
Message-ID:  <201908192052.x7JKqB0u012612@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908192052.x7JKqB0u012612>