diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2014-05-29 07:01:34 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2014-05-29 07:01:34 +0000 |
commit | 4f39a14ef61393406f196e75c47de9c17e650688 (patch) | |
tree | 027acd4f57f99d51fece827b363f2db5355e77db /net/py-soapy/pkg-descr | |
parent | 7e36c656f6d92164e7b43f9eb47428f1f9df3f44 (diff) | |
download | ports-4f39a14ef61393406f196e75c47de9c17e650688.tar.gz ports-4f39a14ef61393406f196e75c47de9c17e650688.zip |
- Support STAGEDIR
- Update pkg-descr
Notes
Notes:
svn path=/head/; revision=355669
Diffstat (limited to 'net/py-soapy/pkg-descr')
-rw-r--r-- | net/py-soapy/pkg-descr | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net/py-soapy/pkg-descr b/net/py-soapy/pkg-descr index 321b656f91eb..e3e8be95430e 100644 --- a/net/py-soapy/pkg-descr +++ b/net/py-soapy/pkg-descr @@ -1,10 +1,5 @@ -From the website: +SOAPy is a SOAP-1.1 library for Python which uses WSDL and SDL documents to +discover SOAP-based service APIs. It also includes an XML Schema parser which +can parse a subset of the XML Schema standard. - SOAPy is a SOAP/XML Schema Library for Python. Given either a WSDL or SDL - document, SOAPy discovers the published API for a web service and exposes - it to Python applications as transparently as possible. SOAPy is designed - to support WSDL 1.0 and SOAP 1.1, and whatever version of SDL is being used - to power Microsoft's TerraService web service. :) - -Author: Adam Elman <aelman@users.sourceforge.net> -WWW: http://soapy.sourceforge.net/ +WWW: http://soapy.sourceforge.net |