Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / py-pytest-cache / Makefile
1 # Created by: Fukang Chen <loader@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pytest-cache
5 PORTVERSION=    1.0
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     loader@FreeBSD.org
11 COMMENT=        Pytest plugin with mechanisms for caching across test runs
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pytest>=2.2:devel/py-pytest \
17                 ${PYTHON_PKGNAMEPREFIX}execnet>=1.2:sysutils/py-execnet
18 TEST_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
19
20 OPTIONS_DEFINE= TESTS
21
22 TESTS_DESC=             Install test suite requirements
23 TESTS_BUILD_DEPENDS=    ${TEST_DEPENDS}
24
25 USES=           python
26 USE_PYTHON=     autoplist distutils
27
28 regression-test: build
29         @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
30
31 .include <bsd.port.mk>