From owner-svn-ports-all@freebsd.org Tue Feb 9 02:52:05 2016 Return-Path: Delivered-To: svn-ports-all@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 25D5AAA13E1; Tue, 9 Feb 2016 02:52:05 +0000 (UTC) (envelope-from truckman@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 DB29732C; Tue, 9 Feb 2016 02:52:04 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u192q3wv040618; Tue, 9 Feb 2016 02:52:03 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u192q3nf040614; Tue, 9 Feb 2016 02:52:03 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201602090252.u192q3nf040614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 9 Feb 2016 02:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408532 - in head/devel: . py-pinocchio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 02:52:05 -0000 Author: truckman Date: Tue Feb 9 02:52:03 2016 New Revision: 408532 URL: https://svnweb.freebsd.org/changeset/ports/408532 Log: Add py-pinocchio port: Extra plugins for the nose testing framework. Provides tools for flexibly assigning decorator tags to tests, choosing tests based on their runtime, doing moderately sophisticated code coverage analysis of your unit tests, and making your test descriptions look like specifications. Sponsored by: Farsight Security, Inc. Added: head/devel/py-pinocchio/ head/devel/py-pinocchio/Makefile (contents, props changed) head/devel/py-pinocchio/distinfo (contents, props changed) head/devel/py-pinocchio/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 02:02:37 2016 (r408531) +++ head/devel/Makefile Tue Feb 9 02:52:03 2016 (r408532) @@ -4197,6 +4197,7 @@ SUBDIR += py-phonenumbers SUBDIR += py-phpserialize SUBDIR += py-pika + SUBDIR += py-pinocchio SUBDIR += py-pip SUBDIR += py-pkgconfig SUBDIR += py-plan Added: head/devel/py-pinocchio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pinocchio/Makefile Tue Feb 9 02:52:03 2016 (r408532) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= pinocchio +PORTVERSION= 0.4.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Pinocchio plugins for the nose testing framework + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:${PORTSDIR}/devel/py-colorama + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-pinocchio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pinocchio/distinfo Tue Feb 9 02:52:03 2016 (r408532) @@ -0,0 +1,2 @@ +SHA256 (pinocchio-0.4.2.tar.gz) = bc53568703bc8e22d0b96010be657a5ebc6ca445defa45878568a0aef992c343 +SIZE (pinocchio-0.4.2.tar.gz) = 12118 Added: head/devel/py-pinocchio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pinocchio/pkg-descr Tue Feb 9 02:52:03 2016 (r408532) @@ -0,0 +1,9 @@ +pinocchio plugins for the nose testing framework + +Extra plugins for the nose testing framework. Provides tools for +flexibly assigning decorator tags to tests, choosing tests based +on their runtime, doing moderately sophisticated code coverage +analysis of your unit tests, and making your test descriptions look +like specifications. + +WWW: https://pypi.python.org/pypi/pinocchio/