summaryrefslogtreecommitdiff
path: root/net/py-pysimplesoap/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 14:13:34 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 14:21:47 +0800
commit75abab400d5b969c32ee1beab25164de21226971 (patch)
tree6dbc4c262266cb7fd2ee0457005de3e678646dd8 /net/py-pysimplesoap/files/patch-setup.py
parentx11-fonts/noto-sans-sign-writing: Add noto-sans-sign-writing 2.005 (diff)
net/py-pysimplesoap: Add py-pysimplesoap 1.16.2
Python simple and lightweight SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality. Initially it was inspired by PHP Soap Extension (mimicking its functionality, simplicity and ease of use), with many advanced features added.
Diffstat (limited to 'net/py-pysimplesoap/files/patch-setup.py')
-rw-r--r--net/py-pysimplesoap/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-pysimplesoap/files/patch-setup.py b/net/py-pysimplesoap/files/patch-setup.py
new file mode 100644
index 000000000000..646535dd0e0b
--- /dev/null
+++ b/net/py-pysimplesoap/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2017-12-03 17:06:13 UTC
++++ setup.py
+@@ -25,7 +25,7 @@ setup(
+ warnings.warn("Exception when converting the README format: %s" % e)
+
+ setup(
+- name='PySimpleSOAP',
++ name='pysimplesoap',
+ version=__version__,
+ description='Python simple and lightweight SOAP Library',
+ long_description=long_desc,