2016-12-10 04:22:40 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pytest-asyncio
|
2017-09-24 14:23:36 +02:00
|
|
|
PORTVERSION= 0.8.0
|
2016-12-10 04:22:40 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
|
|
COMMENT= Py.test plugin providing fixtures and markers for asyncio
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.6:devel/py-pytest@${FLAVOR}
|
2016-12-10 04:22:40 +01:00
|
|
|
|
2016-12-10 04:39:37 +01:00
|
|
|
NO_ARCH= yes
|
2017-09-11 17:08:09 +02:00
|
|
|
USES= python:3.5+
|
2016-12-10 04:22:40 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
2017-10-27 18:47:33 +02:00
|
|
|
.include <bsd.port.mk>
|