diff --git a/net/py-suds-community/Makefile b/net/py-suds-community/Makefile index bd9bc015fe34..4b0ad656372d 100644 --- a/net/py-suds-community/Makefile +++ b/net/py-suds-community/Makefile @@ -1,22 +1,22 @@ # Created by: Po-Chuan Hsieh PORTNAME= suds-community -PORTVERSION= 0.8.5 +PORTVERSION= 1.0.0 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 index cdedd374fe4e..58aa058f2ea6 100644 --- a/net/py-suds-community/distinfo +++ b/net/py-suds-community/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634391082 -SHA256 (suds-community-0.8.5.tar.gz) = 6412d45027bc8e85f96749470598eafaecf368093467d2f2d5afa2e6dd953140 -SIZE (suds-community-0.8.5.tar.gz) = 277891 +TIMESTAMP = 1635730999 +SHA256 (suds-community-1.0.0.tar.gz) = 8998fb0b242e4393feffc0a7352577ce282839fcf5f67287be854fc460ea0c6b +SIZE (suds-community-1.0.0.tar.gz) = 282894 diff --git a/net/py-suds-community/files/patch-setup.py b/net/py-suds-community/files/patch-setup.py deleted file mode 100644 index 4428d9ac41f4..000000000000 --- a/net/py-suds-community/files/patch-setup.py +++ /dev/null @@ -1,16 +0,0 @@ ---- 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