23d4bfdb6a
PR: 200145 Submitted by: loader@ Approved by: koobs@
21 lines
460 B
Makefile
21 lines
460 B
Makefile
# Created by: loader <loader@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pytest-timeout
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= loader@FreeBSD.org
|
|
COMMENT= Pytest plugin to abort hanging tests
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.4:${PORTSDIR}/devel/py-pytest
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|