svn commit: r417959 - head/textproc/py-xlrd
Kurt Jaeger
pi at FreeBSD.org
Sun Jul 3 07:53:42 UTC 2016
Author: pi
Date: Sun Jul 3 07:53:41 2016
New Revision: 417959
URL: https://svnweb.freebsd.org/changeset/ports/417959
Log:
textproc/py-xlrd: Allow concurrent installs
- Add USE_PYTHON=concurrent
PR: 209689
Submitted by: John W. O'Brien <john at saltant.com>
Approved by: dikshie at sfc.wide.ad.jp (maintainer)
Modified:
head/textproc/py-xlrd/Makefile
Modified: head/textproc/py-xlrd/Makefile
==============================================================================
--- head/textproc/py-xlrd/Makefile Sun Jul 3 07:36:55 2016 (r417958)
+++ head/textproc/py-xlrd/Makefile Sun Jul 3 07:53:41 2016 (r417959)
@@ -3,6 +3,7 @@
PORTNAME= xlrd
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,6 @@ MAINTAINER= dikshie at sfc.wide.ad.jp
COMMENT= Reading data and formatting information from Excel files
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list