svn commit: r408532 - in head/devel: . py-pinocchio

Don Lewis truckman at FreeBSD.org
Tue Feb 9 02:52:05 UTC 2016


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 at 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 <bsd.port.mk>

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/


More information about the svn-ports-all mailing list