svn commit: r401508 - in head/devel: . py-rednose

William Grzybowski wg at FreeBSD.org
Fri Nov 13 12:49:54 UTC 2015


Author: wg
Date: Fri Nov 13 12:49:52 2015
New Revision: 401508
URL: https://svnweb.freebsd.org/changeset/ports/401508

Log:
  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

Added:
  head/devel/py-rednose/
  head/devel/py-rednose/Makefile   (contents, props changed)
  head/devel/py-rednose/distinfo   (contents, props changed)
  head/devel/py-rednose/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Nov 13 12:42:12 2015	(r401507)
+++ head/devel/Makefile	Fri Nov 13 12:49:52 2015	(r401508)
@@ -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

Added: head/devel/py-rednose/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-rednose/Makefile	Fri Nov 13 12:49:52 2015	(r401508)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	rednose
+PORTVERSION=	0.4.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg at FreeBSD.org
+COMMENT=	Coloured output for nosetests
+
+LICENSE=	BSD2CLAUSE
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-rednose/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-rednose/distinfo	Fri Nov 13 12:49:52 2015	(r401508)
@@ -0,0 +1,2 @@
+SHA256 (rednose-0.4.3.tar.gz) = 6ce5d40574c5569a23b2841678b0b14245ec5ea044a440bc6a1c20baec5464d7
+SIZE (rednose-0.4.3.tar.gz) = 6046

Added: head/devel/py-rednose/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-rednose/pkg-descr	Fri Nov 13 12:49:52 2015	(r401508)
@@ -0,0 +1,4 @@
+Rednose is a nosetests plugin for adding colour (and readability) to
+nosetest console results.
+
+WWW: https://github.com/gfxmonk/rednose


More information about the svn-ports-all mailing list