4f2c55d3eb
- Update WWW Changes: https://github.com/pytest-dev/pytest-order/releases
22 lines
543 B
Makefile
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>
|