Date: Fri, 2 Oct 2020 13:14:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551175 - in head/devel: . py-pytest-twisted Message-ID: <202010021314.092DEle3028631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 2 13:14:46 2020 New Revision: 551175 URL: https://svnweb.freebsd.org/changeset/ports/551175 Log: Add py-pytest-twisted 1.13.2 pytest-twisted is a plugin for pytest, which allows to test code, which uses the twisted framework. test functions can return Deferred objects and pytest will wait for their completion with this plugin. WWW: https://github.com/pytest-dev/pytest-twisted Added: head/devel/py-pytest-twisted/ head/devel/py-pytest-twisted/Makefile (contents, props changed) head/devel/py-pytest-twisted/distinfo (contents, props changed) head/devel/py-pytest-twisted/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 2 13:14:40 2020 (r551174) +++ head/devel/Makefile Fri Oct 2 13:14:46 2020 (r551175) @@ -4908,6 +4908,7 @@ SUBDIR += py-pytest-tornado SUBDIR += py-pytest-translations SUBDIR += py-pytest-trio + SUBDIR += py-pytest-twisted SUBDIR += py-pytest-verbose-parametrize SUBDIR += py-pytest-virtualenv SUBDIR += py-pytest-xdist Added: head/devel/py-pytest-twisted/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-twisted/Makefile Fri Oct 2 13:14:46 2020 (r551175) @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pytest-twisted +PORTVERSION= 1.13.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Twisted plugin for pytest + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=2.3:devel/py-pytest@${PY_FLAVOR} + +USES= python zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-pytest-twisted/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-twisted/distinfo Fri Oct 2 13:14:46 2020 (r551175) @@ -0,0 +1,3 @@ +TIMESTAMP = 1601627927 +SHA256 (pytest-twisted-1.13.2.zip) = cee2320becc5625050ab221b8f38533e636651a24644612f4726891fdf1f1847 +SIZE (pytest-twisted-1.13.2.zip) = 22430 Added: head/devel/py-pytest-twisted/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-twisted/pkg-descr Fri Oct 2 13:14:46 2020 (r551175) @@ -0,0 +1,5 @@ +pytest-twisted is a plugin for pytest, which allows to test code, which uses the +twisted framework. test functions can return Deferred objects and pytest will +wait for their completion with this plugin. + +WWW: https://github.com/pytest-dev/pytest-twisted
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010021314.092DEle3028631>