1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Fix RUN_DEPENDS

- While I'm here, add TEST_DEPENDS
- Bump PORTREVISION for dependency change

PR:		228769
Submitted by:	Kai <freebsd_ports@k-worx.org> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-09-24 11:13:46 +00:00
parent 3cd63d7917
commit 769a0223c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480592

View File

@ -2,6 +2,7 @@
PORTNAME= python-subunit
DISTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,9 +13,10 @@ COMMENT= Python implementation of subunit test streaming protocol
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0:devel/py-extras@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mimeparse>=0:devel/py-mimeparse@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}testtools>=0.9.34:devel/py-testtools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}unittest2>=1.0.0:devel/py-unittest2@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}testtools>=0.9.34:devel/py-testtools@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>=0:devel/py-fixtures@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}testscenarios>=0:devel/py-testscenarios@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist