svn commit: r441609 - in head/devel: py-pydocstyle py3-pydocstyle

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 24 16:47:25 UTC 2017


Author: amdmi3
Date: Wed May 24 16:47:23 2017
New Revision: 441609
URL: https://svnweb.freebsd.org/changeset/ports/441609

Log:
  - Add missing depends
  - Allow concurrent installation
  
  PR:		219429
  Submitted by:	john at saltant.com

Modified:
  head/devel/py-pydocstyle/Makefile
  head/devel/py3-pydocstyle/Makefile

Modified: head/devel/py-pydocstyle/Makefile
==============================================================================
--- head/devel/py-pydocstyle/Makefile	Wed May 24 16:37:37 2017	(r441608)
+++ head/devel/py-pydocstyle/Makefile	Wed May 24 16:47:23 2017	(r441609)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pydocstyle
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,11 @@ COMMENT=	Python docstring style checker
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
 
+RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
 USES?=		python zip
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py3-pydocstyle/Makefile
==============================================================================
--- head/devel/py3-pydocstyle/Makefile	Wed May 24 16:37:37 2017	(r441608)
+++ head/devel/py3-pydocstyle/Makefile	Wed May 24 16:47:23 2017	(r441609)
@@ -3,6 +3,9 @@
 
 MASTERDIR=	${.CURDIR}/../py-pydocstyle
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py3-snowballstemmer \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py3-six
+
 USES=		python:3 zip
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list