svn commit: r473463 - in head/devel: . py-pytest-aiohttp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 27 23:32:08 UTC 2018


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pytest-aiohttp
+PORTVERSION=	0.3.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list