Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2018 06:21:16 +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: r460782 - head/devel/py-editdistance
Message-ID:  <201802030621.w136LGTA083839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb  3 06:21:16 2018
New Revision: 460782
URL: https://svnweb.freebsd.org/changeset/ports/460782

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-editdistance/Makefile

Modified: head/devel/py-editdistance/Makefile
==============================================================================
--- head/devel/py-editdistance/Makefile	Sat Feb  3 06:21:11 2018	(r460781)
+++ head/devel/py-editdistance/Makefile	Sat Feb  3 06:21:16 2018	(r460782)
@@ -12,7 +12,7 @@ COMMENT=	Fast implementation of the edit distance (Lev
 
 LICENSE=	MIT
 
-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?201802030621.w136LGTA083839>