svn commit: r460782 - head/devel/py-editdistance

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 3 06:21:20 UTC 2018


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:


More information about the svn-ports-head mailing list