1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

devel/py-rednose: Coloured output for nosetests

Rednose is a nosetests plugin for adding colour (and readability) to
nosetest console results.

WWW: https://github.com/gfxmonk/rednose
This commit is contained in:
William Grzybowski 2015-11-13 12:49:52 +00:00
parent e34ab12aa0
commit 6b1acfa02c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401508
4 changed files with 24 additions and 0 deletions

View File

@ -4246,6 +4246,7 @@
SUBDIR += py-qt4-test
SUBDIR += py-rauth
SUBDIR += py-raven
SUBDIR += py-rednose
SUBDIR += py-repl
SUBDIR += py-repoze.lru
SUBDIR += py-repoze.sphinx.autointerface

17
devel/py-rednose/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= rednose
PORTVERSION= 0.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Coloured output for nosetests
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rednose-0.4.3.tar.gz) = 6ce5d40574c5569a23b2841678b0b14245ec5ea044a440bc6a1c20baec5464d7
SIZE (rednose-0.4.3.tar.gz) = 6046

View File

@ -0,0 +1,4 @@
Rednose is a nosetests plugin for adding colour (and readability) to
nosetest console results.
WWW: https://github.com/gfxmonk/rednose