net/py-suds-community: Update to 1.0.0

Changes:	https://github.com/suds-community/suds/blob/master/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2021-11-01 21:26:50 +08:00
parent b02542c7c5
commit d6bf64b68a
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 20 deletions

View file

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= suds-community
PORTVERSION= 0.8.5
PORTVERSION= 1.0.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -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

View file

@ -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