Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 03:22:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428267 - in head/devel: . py-pytest-tornado
Message-ID:  <201612100322.uBA3MSTe021330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec 10 03:22:27 2016
New Revision: 428267
URL: https://svnweb.freebsd.org/changeset/ports/428267

Log:
  devel/py-pytest-tornado: add new port
  
  A py.test plugin providing fixtures and markers to simplify testing of
  asynchronous tornado applications.
  
  https://pypi.python.org/pypi/pytest-tornado

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Dec 10 02:21:41 2016	(r428266)
+++ head/devel/Makefile	Sat Dec 10 03:22:27 2016	(r428267)
@@ -4481,6 +4481,7 @@
     SUBDIR += py-pytest-localserver
     SUBDIR += py-pytest-runner
     SUBDIR += py-pytest-timeout
+    SUBDIR += py-pytest-tornado
     SUBDIR += py-pytest-xdist
     SUBDIR += py-python-bugzilla
     SUBDIR += py-python-distutils-extra

Added: head/devel/py-pytest-tornado/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-tornado/Makefile	Sat Dec 10 03:22:27 2016	(r428267)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	pytest-tornado
+PORTVERSION=	0.4.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	Py.test plugin providing fixtures and markers for tornado
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \
+		${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-pytest-tornado/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-tornado/distinfo	Sat Dec 10 03:22:27 2016	(r428267)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1456171114
+SHA256 (pytest-tornado-0.4.5.tar.gz) = 28b772d8dbea3d98da94d6697f739652a373b35123e0ed60af77557c6a2c392c
+SIZE (pytest-tornado-0.4.5.tar.gz) = 4685

Added: head/devel/py-pytest-tornado/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pytest-tornado/pkg-descr	Sat Dec 10 03:22:27 2016	(r428267)
@@ -0,0 +1,4 @@
+A py.test plugin providing fixtures and markers to simplify testing of
+asynchronous tornado applications.
+
+WWW: https://pypi.python.org/pypi/pytest-tornado



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612100322.uBA3MSTe021330>