Date: Sat, 9 Mar 2024 15:24:34 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: 15f8bbd346f3 - main - security/py-xmlsec: Convert to USE_PYTHON=pytest Message-ID: <202403091524.429FOYVc050796@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FOYVc050796>