Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 10:53:47 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: 07a48b86e166 - main - net/py-suds: Add py-suds 1.1.1 (copied from py-suds-community)
Message-ID:  <202206031053.253Arlc1044156@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=07a48b86e166167cbe66c17a4e7747db846741ca

commit 07a48b86e166167cbe66c17a4e7747db846741ca
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 10:51:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 10:51:15 +0000

    net/py-suds: Add py-suds 1.1.1 (copied from py-suds-community)
---
 MOVED                 |  1 -
 net/Makefile          |  1 +
 net/py-suds/Makefile  | 22 ++++++++++++++++++++++
 net/py-suds/distinfo  |  3 +++
 net/py-suds/pkg-descr |  4 ++++
 5 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/MOVED b/MOVED
index 1134a5d4bc36..6afb239de393 100644
--- a/MOVED
+++ b/MOVED
@@ -15699,7 +15699,6 @@ devel/pythk||2020-12-12|Has expired: Uses deprecated version of python
 mail/py-spambayes||2020-12-12|Has expired: Uses deprecated version of python
 math/py-numeric|math/py-numpy|2020-12-12|Has expired: Uses deprecated version of python
 math/py-scientific||2020-12-12|Has expired: Uses deprecated version of python
-net/py-suds||2020-12-12|Has expired: Uses deprecated version of python
 net/pynids||2020-12-12|Has expired: Uses deprecated version of python
 security/py-obfsproxy-tor||2020-12-12|Has expired: Uses deprecated version of python
 sysutils/syslog-ng324||2020-12-12|Has expired: Agreed upon upstream one year deprecation policy
diff --git a/net/Makefile b/net/Makefile
index 78c522568d9a..f3ce6bb8c8c0 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1138,6 +1138,7 @@
     SUBDIR += py-sshtunnel
     SUBDIR += py-sshuttle
     SUBDIR += py-stomp.py
+    SUBDIR += py-suds
     SUBDIR += py-suds-community
     SUBDIR += py-suds-jurko
     SUBDIR += py-tacacs_plus
diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile
new file mode 100644
index 000000000000..40bcdbb2c33a
--- /dev/null
+++ b/net/py-suds/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	suds
+PORTVERSION=	1.1.1
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+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
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/net/py-suds/distinfo b/net/py-suds/distinfo
new file mode 100644
index 000000000000..6c1a2d031c08
--- /dev/null
+++ b/net/py-suds/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1652737006
+SHA256 (suds-1.1.1.tar.gz) = 81f577760f75b93febc1c514d4623b051d738d9ed9e0084d0ba4fc916c54235a
+SIZE (suds-1.1.1.tar.gz) = 284895
diff --git a/net/py-suds/pkg-descr b/net/py-suds/pkg-descr
new file mode 100644
index 000000000000..5c2c23dc7f84
--- /dev/null
+++ b/net/py-suds/pkg-descr
@@ -0,0 +1,4 @@
+Suds is a lightweight SOAP-based web service client for Python licensed under
+LGPL. This is a community fork of the jurko fork.
+
+WWW: https://github.com/suds-community/suds



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