Date: Sun, 5 Aug 2018 19:25:01 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476466 - head/devel/py-phply Message-ID: <201808051925.w75JP1B2017879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sun Aug 5 19:25:00 2018 New Revision: 476466 URL: https://svnweb.freebsd.org/changeset/ports/476466 Log: devel/py-phply: Allow concurrent installations py-phply install console scripts, this will prevent conflicts. Add missing TEST_DEPENDS. Reported by: koobs Modified: head/devel/py-phply/Makefile Modified: head/devel/py-phply/Makefile ============================================================================== --- head/devel/py-phply/Makefile Sun Aug 5 19:23:40 2018 (r476465) +++ head/devel/py-phply/Makefile Sun Aug 5 19:25:00 2018 (r476466) @@ -2,6 +2,7 @@ PORTNAME= phply PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051925.w75JP1B2017879>