From owner-svn-ports-head@freebsd.org Fri Nov 13 12:49:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 563AEA2EAC0; Fri, 13 Nov 2015 12:49:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F06181BDE; Fri, 13 Nov 2015 12:49:53 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADCnquS069865; Fri, 13 Nov 2015 12:49:52 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADCnqHh069861; Fri, 13 Nov 2015 12:49:52 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201511131249.tADCnqHh069861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 13 Nov 2015 12:49:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401508 - in head/devel: . py-rednose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 12:49:54 -0000 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@FreeBSD.org +COMMENT= Coloured output for nosetests + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= distutils autoplist + +.include 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