freebsd-ports/devel/py-pytest-asyncio/Makefile

21 lines
430 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= pytest-asyncio
PORTVERSION= 0.8.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@${FLAVOR}
2016-12-10 04:39:37 +01:00
NO_ARCH= yes
USES= python:3.5+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>