import py-simplesoap 1.16.2

OK sthen@

Comment:
simple and lightweight SOAP library

Description:
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.
This commit is contained in:
semarie
2018-11-30 07:50:18 +00:00
parent e2bb456854
commit 0e4879f36a
5 changed files with 64 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/11/30 07:50:18 semarie Exp $
COMMENT = simple and lightweight SOAP library
MODPY_EGG_VERSION = 1.16.2
DISTNAME = PySimpleSOAP-${MODPY_EGG_VERSION}
PKGNAME = py-simplesoap-${MODPY_EGG_VERSION}
CATEGORIES = net
# LGPLv3+
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
NO_TEST = Yes
.include <bsd.port.mk>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (PySimpleSOAP-1.16.2.tar.gz) = sbv00NCt/5tlIZfWGqG3ZzGtYYhJ4n0o/lyyUJFtZ+E=
SIZE (PySimpleSOAP-1.16.2.tar.gz) = 44273
+14
View File
@@ -0,0 +1,14 @@
$OpenBSD: patch-setup_py,v 1.1.1.1 2018/11/30 07:50:18 semarie Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -35,7 +35,7 @@ setup(
packages=['pysimplesoap'],
license=__license__,
# console=['client.py'],
- cmdclass={"py2exe": build_installer},
+ #cmdclass={"py2exe": build_installer},
classifiers=[
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
+4
View File
@@ -0,0 +1,4 @@
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.
+22
View File
@@ -0,0 +1,22 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/11/30 07:50:18 semarie Exp $
lib/python${MODPY_VERSION}/site-packages/PySimpleSOAP-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}c14n.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}client.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}helpers.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}server.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}simplexml.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}transport.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}wsse.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/${MODPY_PYCACHE}xmlsec.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/c14n.py
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/client.py
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/helpers.py
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/server.py
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/simplexml.py
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/transport.py
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/wsse.py
lib/python${MODPY_VERSION}/site-packages/pysimplesoap/xmlsec.py