From owner-svn-ports-all@freebsd.org Wed Jun 27 23:32:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04A96101B96A; Wed, 27 Jun 2018 23:32:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD1AB79324; Wed, 27 Jun 2018 23:32:07 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 771E61D0C; Wed, 27 Jun 2018 23:32:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5RNW7kM076735; Wed, 27 Jun 2018 23:32:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5RNW6dh076731; Wed, 27 Jun 2018 23:32:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806272332.w5RNW6dh076731@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Jun 2018 23:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473463 - in head/devel: . py-pytest-aiohttp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-pytest-aiohttp X-SVN-Commit-Revision: 473463 X-SVN-Commit-Repository: ports 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.26 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: Wed, 27 Jun 2018 23:32:08 -0000 Author: sunpoet Date: Wed Jun 27 23:32:06 2018 New Revision: 473463 URL: https://svnweb.freebsd.org/changeset/ports/473463 Log: Add py-pytest-aiohttp 0.3.0 pytest-aiohttp allows to use aiohttp pytest plugin without need for implicitly loading it like pytest_plugins = 'aiohttp.pytest_plugin'. WWW: https://github.com/aio-libs/pytest-aiohttp Added: head/devel/py-pytest-aiohttp/ head/devel/py-pytest-aiohttp/Makefile (contents, props changed) head/devel/py-pytest-aiohttp/distinfo (contents, props changed) head/devel/py-pytest-aiohttp/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jun 27 23:30:24 2018 (r473462) +++ head/devel/Makefile Wed Jun 27 23:32:06 2018 (r473463) @@ -4885,6 +4885,7 @@ SUBDIR += py-pyte SUBDIR += py-pytemplate SUBDIR += py-pytest + SUBDIR += py-pytest-aiohttp SUBDIR += py-pytest-asyncio SUBDIR += py-pytest-cache SUBDIR += py-pytest-capturelog Added: head/devel/py-pytest-aiohttp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-aiohttp/Makefile Wed Jun 27 23:32:06 2018 (r473463) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pytest-aiohttp +PORTVERSION= 0.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pytest plugin for aiohttp support + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=2.3.5:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:3.4+ + +.include Added: head/devel/py-pytest-aiohttp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-aiohttp/distinfo Wed Jun 27 23:32:06 2018 (r473463) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530082100 +SHA256 (pytest-aiohttp-0.3.0.tar.gz) = c929854339637977375838703b62fef63528598bc0a9d451639eba95f4aaa44f +SIZE (pytest-aiohttp-0.3.0.tar.gz) = 6884 Added: head/devel/py-pytest-aiohttp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-aiohttp/pkg-descr Wed Jun 27 23:32:06 2018 (r473463) @@ -0,0 +1,4 @@ +pytest-aiohttp allows to use aiohttp pytest plugin without need for implicitly +loading it like pytest_plugins = 'aiohttp.pytest_plugin'. + +WWW: https://github.com/aio-libs/pytest-aiohttp