Port details |
- py-simplesoap Python Simple SOAP Library
- 1.10_1 net
=0 1.10_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2014-04-03 21:59:35
- Last Update: 2017-01-01 19:30:38
- SVN Revision: 430274
- Also Listed In: python www
- License: LGPL3
- WWW:
- https://github.com/pysimplesoap/pysimplesoap
- Description:
- 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://github.com/pysimplesoap/pysimplesoap
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}simplesoap>0:net/py-simplesoap@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-simplesoap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pysimplesoap-pysimplesoap-1.10_GH0.tar.gz) = b7665ced6be9ce925b11d3a1a88d1ca2cdecda2ae3bb7490a891cc4ee9878ca0
SIZE (pysimplesoap-pysimplesoap-1.10_GH0.tar.gz) = 37522
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10_1 01 Jan 2017 19:30:38 |
sunpoet |
Move net/py-simplesoap to net/py-pysimplesoap |
1.10_1 02 Sep 2015 17:04:28 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH |
1.10_1 13 May 2015 19:01:33 |
sunpoet |
- Cleanup GH_* knobs: remove GH_TAGNAME |
1.10_1 22 Mar 2015 10:44:05 |
sunpoet |
- Update MASTER_SITES
- Update WWW
- Bump PORTREVISION for package change |
1.10 15 Aug 2014 03:43:55 |
sunpoet |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
1.10 15 Aug 2014 03:02:21 |
sunpoet |
- Use USES=python |
1.10 03 Apr 2014 21:59:18 |
sunpoet |
- Add py-simplesoap 1.10
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/ |
Number of commits found: 7
|