Date: Wed, 24 May 2017 16:47:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441609 - in head/devel: py-pydocstyle py3-pydocstyle Message-ID: <201705241647.v4OGlNvj011455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705241647.v4OGlNvj011455>