Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 11:07:36 +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: r438634 - head/devel/py-wrapt
Message-ID:  <201704161107.v3GB7aqT072514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 16 11:07:36 2017
New Revision: 438634
URL: https://svnweb.freebsd.org/changeset/ports/438634

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-wrapt/Makefile

Modified: head/devel/py-wrapt/Makefile
==============================================================================
--- head/devel/py-wrapt/Makefile	Sun Apr 16 11:07:31 2017	(r438633)
+++ head/devel/py-wrapt/Makefile	Sun Apr 16 11:07:36 2017	(r438634)
@@ -12,7 +12,7 @@ COMMENT=	Decorators, wrappers and monkey
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 post-install:



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