summaryrefslogtreecommitdiff
path: root/net/py-zsi
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-25Convert to buildlink3.snj1-3/+3
2004-03-11update to 1.5recht2-7/+6
Changes for 1.5, released 10-Mar-2004: - TypeCode honoring for response parameters - String adherence to wsdl for request/response params via ServiceProxy - wsdl2py bug fixes - Numerous bug fixes
2004-01-23bump PKGREVISIONS after name change of the pyxml dependency.recht1-1/+2
spotted by wiz@
2004-01-23catch up with pyxml -> py-xml name changerecht1-2/+2
2004-01-10use py-ZSI rather than PKGNAME_NOREVrecht2-5/+5
2004-01-10Seems like the last 1.4.1 pkg realy was a 1.4 in a 1.4.1 distfile...recht2-4/+6
So update to 1.4.1 for real this time and add DIST_SUBDIR accordingly.. Changes for 1.4.1 released 11-Nov-2003: - Make docstyle work for returning data, too (Alexis Marrero-Narvaez) - TC.Struct.typed will output xsi:type parameter now. - Numerous bug fixes
2003-12-24initial import of py-ZSI-1.4.1 from pkgsrc-wiprecht5-0/+135
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that provides an implementation of SOAP messaging, as described in The 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.