mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
b02542c7c5
commit
d6bf64b68a
3 changed files with 4 additions and 20 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue