git: 44e35918668f - main - devel/py-multimethod: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 15:41:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=44e35918668fcf202d5bf65e4a22f3f3a5e9fa4f commit 44e35918668fcf202d5bf65e4a22f3f3a5e9fa4f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-16 15:38:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-16 15:38:54 +0000 devel/py-multimethod: Convert to USE_PYTHON=pytest --- devel/py-multimethod/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-multimethod/Makefile b/devel/py-multimethod/Makefile index 93771e0c78c5..c053123bbfd0 100644 --- a/devel/py-multimethod/Makefile +++ b/devel/py-multimethod/Makefile @@ -13,9 +13,10 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>=0:devel/py-pytest-benchmark@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes