freebsd-ports/devel/py-pytest-order/Makefile
2023-11-27 18:28:18 +08:00

22 lines
543 B
Makefile

PORTNAME= pytest-order
PORTVERSION= 1.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= pytest plugin to run your tests in a specific order
WWW= https://pytest-order.readthedocs.io/en/latest/ \
https://github.com/pytest-dev/pytest-order
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.4,1:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>