git: 15f8bbd346f3 - main - security/py-xmlsec: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=15f8bbd346f301f27f7f9cff1cc52306463a7705 commit 15f8bbd346f301f27f7f9cff1cc52306463a7705 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:22:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:22:17 +0000 security/py-xmlsec: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- security/py-xmlsec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 9b396b71e051..981771b92112 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -19,9 +19,9 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libxmlsec1-openssl.so:security/xmlsec1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= gnome pkgconfig pytest python +USES= gnome pkgconfig python USE_GNOME= libxml2 libxslt -USE_PYTHON= autoplist distutils flavors +USE_PYTHON= autoplist distutils flavors pytest INSTALL_TARGET= install-strip