git: 0795e41c1d12 - main - devel/py-joblib: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0795e41c1d12afd82391d7c397fcbf5fcd1246d0 commit 0795e41c1d12afd82391d7c397fcbf5fcd1246d0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:15 +0000 devel/py-joblib: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- devel/py-joblib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-joblib/Makefile b/devel/py-joblib/Makefile index ccdeac14f7b0..6366ec7b6e9d 100644 --- a/devel/py-joblib/Makefile +++ b/devel/py-joblib/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt TEST_DEPENDS= ${PYNUMPY} #TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}threadpoolctl>0:devel/py-threadpoolctl@${PY_FLAVOR} -USES= pytest python -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= distutils autoplist pytest NO_ARCH= yes