diff options
author | rodent <rodent@pkgsrc.org> | 2014-04-22 00:07:52 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-04-22 00:07:52 +0000 |
commit | 121fb7ddd8e2d5f46e7a2fae30b0b73fde7ff68f (patch) | |
tree | 880d1a1db77d963336ae03d4e82b9c7a1b127f55 /net | |
parent | 11b633f2efff435c064baf8f533489b61c09e063 (diff) | |
download | pkgsrc-121fb7ddd8e2d5f46e7a2fae30b0b73fde7ff68f.tar.gz |
Import py27-simplesoap-1.10 as net/py-simplesoap.
Python Simple 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 it functionality,
simplicity and ease of use), with many advanced features added.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-simplesoap/DESCR | 4 | ||||
-rw-r--r-- | net/py-simplesoap/Makefile | 17 | ||||
-rw-r--r-- | net/py-simplesoap/PLIST | 23 | ||||
-rw-r--r-- | net/py-simplesoap/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/net/py-simplesoap/DESCR b/net/py-simplesoap/DESCR new file mode 100644 index 00000000000..9f6dcfd6649 --- /dev/null +++ b/net/py-simplesoap/DESCR @@ -0,0 +1,4 @@ +Python Simple 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 it functionality, +simplicity and ease of use), with many advanced features added. diff --git a/net/py-simplesoap/Makefile b/net/py-simplesoap/Makefile new file mode 100644 index 00000000000..a3dbeee72ad --- /dev/null +++ b/net/py-simplesoap/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2014/04/22 00:07:52 rodent Exp $ + +DISTNAME= PySimpleSOAP-1.10 +PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1} +CATEGORIES= net python +MASTER_SITES= http://pysimplesoap.googlecode.com/files/ +EXTRACT_SUFX= .zip + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= https://pysimplesoap.googlecode.com/files/ +COMMENT= Python Simple SOAP Library +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/py-simplesoap/PLIST b/net/py-simplesoap/PLIST new file mode 100644 index 00000000000..437342eac37 --- /dev/null +++ b/net/py-simplesoap/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2014/04/22 00:07:52 rodent Exp $ +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pysimplesoap/client.py +${PYSITELIB}/pysimplesoap/client.pyc +${PYSITELIB}/pysimplesoap/client.pyo +${PYSITELIB}/pysimplesoap/helpers.py +${PYSITELIB}/pysimplesoap/helpers.pyc +${PYSITELIB}/pysimplesoap/helpers.pyo +${PYSITELIB}/pysimplesoap/__init__.py +${PYSITELIB}/pysimplesoap/__init__.pyc +${PYSITELIB}/pysimplesoap/__init__.pyo +${PYSITELIB}/pysimplesoap/server.py +${PYSITELIB}/pysimplesoap/server.pyc +${PYSITELIB}/pysimplesoap/server.pyo +${PYSITELIB}/pysimplesoap/simplexml.py +${PYSITELIB}/pysimplesoap/simplexml.pyc +${PYSITELIB}/pysimplesoap/simplexml.pyo +${PYSITELIB}/pysimplesoap/transport.py +${PYSITELIB}/pysimplesoap/transport.pyc +${PYSITELIB}/pysimplesoap/transport.pyo diff --git a/net/py-simplesoap/distinfo b/net/py-simplesoap/distinfo new file mode 100644 index 00000000000..212b7d8de0f --- /dev/null +++ b/net/py-simplesoap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/04/22 00:07:52 rodent Exp $ + +SHA1 (PySimpleSOAP-1.10.zip) = f4225d4447090be09462056bf1ae2bffaf3e8f4b +RMD160 (PySimpleSOAP-1.10.zip) = 33ebf1c0fb2500a9b8b4396bb4fd37efe3e3fe1e +Size (PySimpleSOAP-1.10.zip) = 29106 bytes |