Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:44:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557592 - head/net/py-suds-jurko
Message-ID:  <202012102144.0BALikRB066631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:44:45 2020
New Revision: 557592
URL: https://svnweb.freebsd.org/changeset/ports/557592

Log:
  Silence patch message

Modified:
  head/net/py-suds-jurko/Makefile

Modified: head/net/py-suds-jurko/Makefile
==============================================================================
--- head/net/py-suds-jurko/Makefile	Thu Dec 10 21:44:40 2020	(r557591)
+++ head/net/py-suds-jurko/Makefile	Thu Dec 10 21:44:45 2020	(r557592)
@@ -14,19 +14,19 @@ COMMENT=	Lightweight SOAP client (Jurko's fork)
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		dos2unix python tar:bz2
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
 post-patch:
 	# Move the tests into the main package so
 	# they are processed by 2to3 so we can test Python 3
-	${MV} ${WRKSRC}/tests ${WRKSRC}/suds/tests
+	@${MV} ${WRKSRC}/tests ${WRKSRC}/suds/tests
 	# Compensate for the package/module name change
-	${REINPLACE_CMD} -e 's|import tests|import suds.tests|g' \
+	@${REINPLACE_CMD} -e 's|import tests|import suds.tests|g' \
 		${WRKSRC}/suds/tests/test_argument_parser.py \
 		${WRKSRC}/suds/tests/test_date_time.py \
 		${WRKSRC}/suds/tests/test_input_parameters.py \
@@ -34,7 +34,7 @@ post-patch:
 		${WRKSRC}/suds/tests/test_request_construction.py \
 		${WRKSRC}/suds/tests/test_suds.py \
 		${WRKSRC}/suds/tests/test_timezone.py
-	${REINPLACE_CMD} -e 's|tests.|suds.tests.|g' \
+	@${REINPLACE_CMD} -e 's|tests.|suds.tests.|g' \
 		${WRKSRC}/suds/tests/conftest.py \
 		${WRKSRC}/suds/tests/test_reply_handling.py \
 		${WRKSRC}/suds/tests/test_suds.py \



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