git: ded5806ebef6 - main - security/apkid: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ded5806ebef63306f65045a82292aab0c1311e78 commit ded5806ebef63306f65045a82292aab0c1311e78 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:53 +0000 security/apkid: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- security/apkid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/apkid/Makefile b/security/apkid/Makefile index d72b4f513c70..877cd4847335 100644 --- a/security/apkid/Makefile +++ b/security/apkid/Makefile @@ -16,8 +16,8 @@ LICENSE_PERMS_RedNaga= pkg-mirror pkg-sell USE_GITHUB= yes GH_ACCOUNT= rednaga -USES= pytest python -USE_PYTHON= distutils +USES= python +USE_PYTHON= distutils pytest BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara-python-dex>0:security/py-yara-python-dex@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara-python-dex>0:security/py-yara-python-dex@${PY_FLAVOR}