svn commit: r427600 - head/databases/py-sqlparse

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 3 08:31:43 UTC 2016


Author: sunpoet
Date: Sat Dec  3 08:31:42 2016
New Revision: 427600
URL: https://svnweb.freebsd.org/changeset/ports/427600

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Bump PORTREVISION for package change

Modified:
  head/databases/py-sqlparse/Makefile

Modified: head/databases/py-sqlparse/Makefile
==============================================================================
--- head/databases/py-sqlparse/Makefile	Sat Dec  3 08:31:37 2016	(r427599)
+++ head/databases/py-sqlparse/Makefile	Sat Dec  3 08:31:42 2016	(r427600)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sqlparse
 PORTVERSION=	0.2.2
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Non-validating SQL parser for P
 LICENSE=	BSD3CLAUSE
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list