svn commit: r433037 - head/devel/py-pycodestyle

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 1 14:34:35 UTC 2017


Author: amdmi3
Date: Wed Feb  1 14:34:33 2017
New Revision: 433037
URL: https://svnweb.freebsd.org/changeset/ports/433037

Log:
  - Enable concurrent installs
  
  PR:		216581
  Submitted by:	john at saltant.com

Modified:
  head/devel/py-pycodestyle/Makefile

Modified: head/devel/py-pycodestyle/Makefile
==============================================================================
--- head/devel/py-pycodestyle/Makefile	Wed Feb  1 14:20:09 2017	(r433036)
+++ head/devel/py-pycodestyle/Makefile	Wed Feb  1 14:34:33 2017	(r433037)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pycodestyle
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Python style guide checker
 LICENSE=	MIT # mentioned as "Expat"
 
 USES?=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 do-test:


More information about the svn-ports-all mailing list