opnsense-ports/devel/py-pytest-asyncio/Makefile
Franco Fichtner 345b7f9d69 */*: sync with upstream
Taken from: HardenedBSD
2018-08-16 08:43:35 +02:00

20 lines
433 B
Makefile

# $FreeBSD$
PORTNAME= pytest-asyncio
PORTVERSION= 0.9.0
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.6:devel/py-pytest@${PY_FLAVOR}
NO_ARCH= yes
USES= python:3.5+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>