Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:24:26 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ded5806ebef6 - main - security/apkid: Convert to USE_PYTHON=pytest
Message-ID:  <202403091524.429FOQnY050503@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FOQnY050503>