Yuri Victorovich 84b088b3d7 devel/py-pytest-repeat: update 0.9.3 → 0.9.4
Reported by:	portscout
2025-04-09 03:07:51 -07:00

28 lines
740 B
Makefile

PORTNAME= pytest-repeat
DISTVERSION= 0.9.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Pytest plugin for repeating tests
WWW= https://github.com/pytest-dev/pytest-repeat
LICENSE= MPL20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist pytest
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
NO_ARCH= yes
# tests as of 0.9.4: 16 passed in 4.66s
.include <bsd.port.mk>