Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 10:53:53 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: aecc16da1252 - main - www/py-spyne: Change TEST_DEPENDS from py-suds-jurko to py-suds
Message-ID:  <202206031053.253ArrjT044315@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=aecc16da1252c7ffcb94ae330379c0b61945c54d

commit aecc16da1252c7ffcb94ae330379c0b61945c54d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 10:52:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 10:52:17 +0000

    www/py-spyne: Change TEST_DEPENDS from py-suds-jurko to py-suds
    
    py-suds-jurko is
---
 www/py-spyne/Makefile                                       |  3 ++-
 www/py-spyne/files/patch-requirements-test_requirements.txt | 10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/www/py-spyne/Makefile b/www/py-spyne/Makefile
index 8bc98104ee84..9a5f6ba189ad 100644
--- a/www/py-spyne/Makefile
+++ b/www/py-spyne/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	spyne
 PORTVERSION=	2.14.0
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +30,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyzmq>=0:net/py-pyzmq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=0:databases/py-sqlalchemy14@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}suds-jurko>=0:net/py-suds-jurko@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}suds>=0:net/py-suds@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR} \
diff --git a/www/py-spyne/files/patch-requirements-test_requirements.txt b/www/py-spyne/files/patch-requirements-test_requirements.txt
new file mode 100644
index 000000000000..e4d58fea8ff0
--- /dev/null
+++ b/www/py-spyne/files/patch-requirements-test_requirements.txt
@@ -0,0 +1,10 @@
+--- requirements/test_requirements.txt.orig	2022-01-31 10:57:30 UTC
++++ requirements/test_requirements.txt
+@@ -18,6 +18,6 @@ python-subunit
+ pyramid
+ tox
+ pyparsing>=2.0.2
+-suds-community
++suds
+ zeep
+ pandas



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