ports/devel/py-pytest-asyncio/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
421 B
Makefile

PORTNAME= pytest-asyncio
PORTVERSION= 0.10.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>