devel/py-pytest-recorder: New port: Pytest Plugin for unit tests writing for tools consuming Web APIs

This commit is contained in:
Yuri Victorovich 2024-11-10 12:29:20 -08:00
parent 02b75f78e1
commit f7a76858b9
4 changed files with 28 additions and 0 deletions

View file

@ -5653,6 +5653,7 @@
SUBDIR += py-pytest-qt SUBDIR += py-pytest-qt
SUBDIR += py-pytest-random-order SUBDIR += py-pytest-random-order
SUBDIR += py-pytest-randomly SUBDIR += py-pytest-randomly
SUBDIR += py-pytest-recorder
SUBDIR += py-pytest-regressions SUBDIR += py-pytest-regressions
SUBDIR += py-pytest-regtest SUBDIR += py-pytest-regtest
SUBDIR += py-pytest-relaxed SUBDIR += py-pytest-relaxed

View file

@ -0,0 +1,22 @@
PORTNAME= pytest-recorder
DISTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Pytest Plugin for unit tests writing for tools consuming Web APIs
WWW= https://pypi.org/project/pytest-recorder/
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1731270257
SHA256 (pytest_recorder-0.3.0.tar.gz) = b2acb2333f66392c6d9ba3309962119a23250e640383ffc308e81938f68dca17
SIZE (pytest_recorder-0.3.0.tar.gz) = 6477

View file

@ -0,0 +1,2 @@
Pytest plugin, meant to facilitate unit tests writing for tools consuming
Web APIs.