zsi-py _unstable_ port information

Info2: <<

Package: zsi-py%type_pkg[python]
Version: 2.0
Revision: 1
Type: python (2.4 2.5)
Description: SOAP web services for python
DescDetail: <<
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in SOAP 1.1
Specification (see http://www.w3.org/TR/soap). It can also be used to
build applications using SOAP Messages with Attachments (see
http://www.w3.org/TR/SOAP-attachments). ZSI is intended to make it
easier to write web services in Python.

In particular, ZSI parses and generates SOAP messages, and converts
between native Python datatypes and SOAP syntax. Simple dispatch and
invocation methods are supported. There are no known bugs. It's only
known limitation is that it cannot handle multi-dimensional arrays.

NOTE: Currently know to have incompatibilities with Apache Axis

<<
Source: mirror:sourceforge:pywebsvcs/ZSI-%v.tar.gz
Source-MD5: bb706337cafe9e2201b06b1bce71ca0f
Depends: python%type_pkg[python] | python%type_pkg[python]-nox, pyxml-py%type_pkg[python]
#Provides: soappy
CompileScript: <<
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
#mkdir -p %i/lib/python2.4/site-packages
%p/bin/python%type_raw[python] setup.py install --root=%d
#%p/bin/python%type_raw[python] setup.py install --root=%d --single-version-externally-managed
mv %i/bin/wsdl2dispatch %i/bin/wsdl2dispatch%type_raw[python]
mv %i/bin/wsdl2py %i/bin/wsdl2py%type_raw[python]
(cd %i/bin && ln -s wsdl2dispatch%type_raw[python] wsdl2dispatch)
(cd %i/bin && ln -s wsdl2py%type_raw[python] wsdl2py)
<<
DocFiles: README PKG-INFO CHANGES doc samples test

SplitOff: <<
Package: zsi-py%type_pkg[python]-bin
Depends: zsi-py%type_pkg[python]
Conflicts: zsi-py25-bin, zsi-py24-bin
Replaces: zsi-py25-bin, zsi-py24-bin
Files: bin/wsdl2dispatch bin/wsdl2py
DocFiles: README PKG-INFO CHANGES
<<

# Python license
License: OSI-Approved
Homepage:
Maintainer: Kurt Schwehr

<<