ports/devel/py-pytest-sugar/Makefile
Sunpoet Po-Chuan Hsieh 5f5afc2abd Add py-pytest-sugar 0.9.1
pytest-sugar is a plugin for py.test that shows failures and errors instantly
and shows a progress bar.

WWW: https://pypi.python.org/pypi/pytest-sugar
WWW: https://github.com/Frozenball/pytest-sugar
2018-03-14 18:10:50 +00:00

23 lines
569 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pytest-sugar
PORTVERSION= 0.9.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Changes the look and feel of pytest
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>