From nobody Mon Oct 25 16:01:03 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 84F18181902E; Mon, 25 Oct 2021 16:01:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdKSH4nxPz3KqR; Mon, 25 Oct 2021 16:01:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C05034C3; Mon, 25 Oct 2021 16:01:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PG13UF073253; Mon, 25 Oct 2021 16:01:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG13nW073252; Mon, 25 Oct 2021 16:01:03 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:01:03 GMT Message-Id: <202110251601.19PG13nW073252@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: e491bcd3530d - main - net/py-suds-community: Add py-suds-community 0.8.5 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e491bcd3530d8dd8e785a06dbbbea0903274f5ab Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e491bcd3530d8dd8e785a06dbbbea0903274f5ab commit e491bcd3530d8dd8e785a06dbbbea0903274f5ab Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 14:43:48 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 15:57:05 +0000 net/py-suds-community: Add py-suds-community 0.8.5 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 --- net/Makefile | 1 + net/py-suds-community/Makefile | 22 ++++++++++++++++++++++ net/py-suds-community/distinfo | 3 +++ net/py-suds-community/files/patch-setup.py | 16 ++++++++++++++++ net/py-suds-community/pkg-descr | 4 ++++ 5 files changed, 46 insertions(+) diff --git a/net/Makefile b/net/Makefile index 38dcfcc5b213..8bf717e30664 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1135,6 +1135,7 @@ SUBDIR += py-sshtunnel SUBDIR += py-sshuttle SUBDIR += py-stomp.py + SUBDIR += py-suds-community SUBDIR += py-suds-jurko SUBDIR += py-tacacs_plus SUBDIR += py-terminado diff --git a/net/py-suds-community/Makefile b/net/py-suds-community/Makefile new file mode 100644 index 000000000000..bd9bc015fe34 --- /dev/null +++ b/net/py-suds-community/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= suds-community +PORTVERSION= 0.8.5 +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:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/net/py-suds-community/distinfo b/net/py-suds-community/distinfo new file mode 100644 index 000000000000..cdedd374fe4e --- /dev/null +++ b/net/py-suds-community/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1634391082 +SHA256 (suds-community-0.8.5.tar.gz) = 6412d45027bc8e85f96749470598eafaecf368093467d2f2d5afa2e6dd953140 +SIZE (suds-community-0.8.5.tar.gz) = 277891 diff --git a/net/py-suds-community/files/patch-setup.py b/net/py-suds-community/files/patch-setup.py new file mode 100644 index 000000000000..4428d9ac41f4 --- /dev/null +++ b/net/py-suds-community/files/patch-setup.py @@ -0,0 +1,16 @@ +--- setup.py.orig 2021-05-15 19:43:51 UTC ++++ setup.py +@@ -579,13 +579,6 @@ if sys.version_info >= (2, 5): + # ----------------------------------------------------------------------------- + + if sys.version_info >= (3,): +- # Integrate the py2to3 step into our build. +- if using_setuptools: +- extra_setup_params["use_2to3"] = True +- else: +- from distutils.command.build_py import build_py_2to3 +- distutils_cmdclass["build_py"] = build_py_2to3 +- + # Teach Python's urllib lib2to3 fixer that the old urllib2.__version__ data + # member is now stored in the urllib.request module. + import lib2to3.fixes.fix_urllib diff --git a/net/py-suds-community/pkg-descr b/net/py-suds-community/pkg-descr new file mode 100644 index 000000000000..5c2c23dc7f84 --- /dev/null +++ b/net/py-suds-community/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