git: cd8223b8edfa - main - multimedia/streamlink: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:17 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd8223b8edfa8315b996be20fb976df02bdee882 commit cd8223b8edfa8315b996be20fb976df02bdee882 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:37 +0000 multimedia/streamlink: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- multimedia/streamlink/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/streamlink/Makefile b/multimedia/streamlink/Makefile index f2531573b84f..f40f0c2612a7 100644 --- a/multimedia/streamlink/Makefile +++ b/multimedia/streamlink/Makefile @@ -33,8 +33,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports>0:devel/py-backports@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= autoplist concurrent distutils +USES= python +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes OPTIONS_DEFINE= FFMPEG OPTIONS_DEFAULT= FFMPEG