From caf9dc961f6548d22a0fbd93496aeb344ab05147 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 10 Dec 2016 03:22:27 +0000 Subject: 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 --- devel/py-pytest-tornado/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/py-pytest-tornado/Makefile (limited to 'devel/py-pytest-tornado/Makefile') diff --git a/devel/py-pytest-tornado/Makefile b/devel/py-pytest-tornado/Makefile new file mode 100644 index 00000000000..2d5a8b24b57 --- /dev/null +++ b/devel/py-pytest-tornado/Makefile @@ -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 -- cgit From 541917a5d3b0b663448e52f11655b422d80a05c2 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 10 Dec 2016 03:39:37 +0000 Subject: Oops, mark as NO_ARCH --- devel/py-pytest-tornado/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/py-pytest-tornado/Makefile') diff --git a/devel/py-pytest-tornado/Makefile b/devel/py-pytest-tornado/Makefile index 2d5a8b24b57..9d2fa5d6a23 100644 --- a/devel/py-pytest-tornado/Makefile +++ b/devel/py-pytest-tornado/Makefile @@ -14,6 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado +NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils -- cgit