blob: 877d67a5c8c9b72c80cbe2300b75f9ae2e7c5bad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: jessekempf@gmail.com
# $FreeBSD$
PORTNAME= mock
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jessekempf@gmail.com
COMMENT= Mock unit tests for Python
LICENSE= BSD2CLAUSE
OPTIONS_DEFINE= TESTS
TESTS_DESC= Install tox for running unit tests
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
TESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:${PORTSDIR}/devel/py-tox
.include <bsd.port.mk>
|