aboutsummaryrefslogtreecommitdiff
path: root/net/py-simplesoap
Commit message (Collapse)AuthorAgeFilesLines
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2015-09-021-1/+2
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=395888
* - Cleanup GH_* knobs: remove GH_TAGNAMESunpoet Po-Chuan Hsieh2015-05-132-3/+2
| | | | Notes: svn path=/head/; revision=386250
* - Update MASTER_SITESSunpoet Po-Chuan Hsieh2015-03-223-7/+9
| | | | | | | | - Update WWW - Bump PORTREVISION for package change Notes: svn path=/head/; revision=381898
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-4/+2
| | | | Notes: svn path=/head/; revision=364917
* - Add py-simplesoap 1.10Sunpoet Po-Chuan Hsieh2014-04-033-0/+46
PySimpleSOAP (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. Goals: - Simple: less than 200LOC client/server concrete implementation for easy maintainability and enhancments. - Flexible: adapted to several SOAP dialects (Java Axis, .Net, JBoss), with the posibility of fine-tuning XML request and responses - Pythonic: no artifacts, no class generation, no special types, RPC calls parameters and return values are simple python structures (dicts, list, etc.) - Dynamic: no definition (WSDL) required, dynamic generation and parsing supported (cached in a pickle file for performance, supporting fixing broken WSDL) - Easy: simple xml manipulation, including basic serialization and raw object-like access to SOAP messages - Extensible: supports several HTTP wrappers (httplib2, pycurl, urllib2) for special transport needs over SSL and proxy (ISA) WWW: https://code.google.com/p/pysimplesoap/ Notes: svn path=/head/; revision=350051