git: 9c391385ea31 - main - net/py-suds: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:01:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c391385ea317b8ddaa859daf06a07cb3aa6786e commit 9c391385ea317b8ddaa859daf06a07cb3aa6786e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 16:57:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 16:57:25 +0000 net/py-suds: Convert to USE_PYTHON=pytest --- net/py-suds/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile index 40bcdbb2c33a..ecc5375ed177 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -12,10 +12,8 @@ COMMENT= Lightweight SOAP client (community fork) LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} - USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes