diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-01 21:26:50 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-01 21:41:49 +0800 |
commit | d6bf64b68aa6e72e79a072aa95c6b4124ce8cf9f (patch) | |
tree | e7735abec5a63358f2d9812ed5e8d851370f855e /net/py-suds-community/files/patch-setup.py | |
parent | net/py-smbprotocol: Update to 1.8.1 (diff) |
net/py-suds-community: Update to 1.0.0
Changes: https://github.com/suds-community/suds/blob/master/CHANGELOG.md
Diffstat (limited to 'net/py-suds-community/files/patch-setup.py')
-rw-r--r-- | net/py-suds-community/files/patch-setup.py | 16 |
1 files changed, 0 insertions, 16 deletions
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 |