Date: Fri, 31 Aug 2018 14:41:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478568 - head/devel/py-parver Message-ID: <201808311441.w7VEftb3036538@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 31 14:41:55 2018 New Revision: 478568 URL: https://svnweb.freebsd.org/changeset/ports/478568 Log: Add TEST_DEPENDS Modified: head/devel/py-parver/Makefile Modified: head/devel/py-parver/Makefile ============================================================================== --- head/devel/py-parver/Makefile Fri Aug 31 14:41:50 2018 (r478567) +++ head/devel/py-parver/Makefile Fri Aug 31 14:41:55 2018 (r478568) @@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arpeggio>=1.7:devel/py-arpeggio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=17.4.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=3.56:devel/py-hypothesis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pretend>=1.0:devel/py-pretend@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808311441.w7VEftb3036538>