freebsd-ports/devel/py-pytest-capturelog/Makefile
Kubilay Kocak b623212276 [NEW] devel/py-pytest-capturelog: py.test plugin to capture log messages
py.test plugin to capture log messages

If the plugin is installed log messages are captured by default and for
each failed test will be shown in the same manner as captured stdout and
stderr.

WWW: https://bitbucket.org/memedough/pytest-capturelog/overview
2015-06-02 10:52:11 +00:00

20 lines
430 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= pytest-capturelog
PORTVERSION= 0.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Py.test plugin to capture log messages
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.1.1:${PORTSDIR}/devel/py-py
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>