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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-14 18:10:50 +00:00
parent bb05e08a40
commit 5f5afc2abd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464514
4 changed files with 32 additions and 0 deletions

View file

@ -4791,6 +4791,7 @@
SUBDIR += py-pytest-localserver
SUBDIR += py-pytest-mock
SUBDIR += py-pytest-runner
SUBDIR += py-pytest-sugar
SUBDIR += py-pytest-timeout
SUBDIR += py-pytest-tornado
SUBDIR += py-pytest-xdist

View file

@ -0,0 +1,23 @@
# 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1521048111
SHA256 (pytest-sugar-0.9.1.tar.gz) = ab8cc42faf121344a4e9b13f39a51257f26f410e416c52ea11078cdd00d98a2c
SIZE (pytest-sugar-0.9.1.tar.gz) = 11886

View file

@ -0,0 +1,5 @@
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