Update to 0.10.1.
This version contains many changes/fixes. among them: - Major Change: The huge file SOAPpy/SOAP.py (4,122 lines, 131K) has been split into 10 separate files: Client.py NS.py SOAPBuilder.py Utilities.py Config.py Parser.py Server.py Errors.py SOAP.py Types.py This should ease navigation and maintenance. - Added client support for WSDL, ported from ZSI by Mark Bucciarelli <mark@hubcapconsulting.com>
This commit is contained in:
parent
13f7624a4d
commit
ccf462f848
4 changed files with 63 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2003/03/19 11:51:08 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2003/08/11 22:07:17 recht Exp $
|
||||
#
|
||||
|
||||
DISTNAME= SOAPpy-0.9.8
|
||||
DISTNAME= SOAPpy-0.10.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}
|
||||
|
|
|
@ -1,11 +1,63 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2003/03/19 11:51:09 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2003/08/11 22:07:17 recht Exp $
|
||||
${PYSITELIB}/SOAPpy/Client.py
|
||||
${PYSITELIB}/SOAPpy/Client.pyc
|
||||
${PYSITELIB}/SOAPpy/Client.pyo
|
||||
${PYSITELIB}/SOAPpy/Config.py
|
||||
${PYSITELIB}/SOAPpy/Config.pyc
|
||||
${PYSITELIB}/SOAPpy/Config.pyo
|
||||
${PYSITELIB}/SOAPpy/Errors.py
|
||||
${PYSITELIB}/SOAPpy/Errors.pyc
|
||||
${PYSITELIB}/SOAPpy/Errors.pyo
|
||||
${PYSITELIB}/SOAPpy/NS.py
|
||||
${PYSITELIB}/SOAPpy/NS.pyc
|
||||
${PYSITELIB}/SOAPpy/NS.pyo
|
||||
${PYSITELIB}/SOAPpy/Parser.py
|
||||
${PYSITELIB}/SOAPpy/Parser.pyc
|
||||
${PYSITELIB}/SOAPpy/Parser.pyo
|
||||
${PYSITELIB}/SOAPpy/SOAP.py
|
||||
${PYSITELIB}/SOAPpy/SOAP.pyc
|
||||
${PYSITELIB}/SOAPpy/SOAP.pyo
|
||||
${PYSITELIB}/SOAPpy/XMLname.py
|
||||
${PYSITELIB}/SOAPpy/XMLname.pyc
|
||||
${PYSITELIB}/SOAPpy/XMLname.pyo
|
||||
${PYSITELIB}/SOAPpy/SOAPBuilder.py
|
||||
${PYSITELIB}/SOAPpy/SOAPBuilder.pyc
|
||||
${PYSITELIB}/SOAPpy/SOAPBuilder.pyo
|
||||
${PYSITELIB}/SOAPpy/Server.py
|
||||
${PYSITELIB}/SOAPpy/Server.pyc
|
||||
${PYSITELIB}/SOAPpy/Server.pyo
|
||||
${PYSITELIB}/SOAPpy/Types.py
|
||||
${PYSITELIB}/SOAPpy/Types.pyc
|
||||
${PYSITELIB}/SOAPpy/Types.pyo
|
||||
${PYSITELIB}/SOAPpy/Utilities.py
|
||||
${PYSITELIB}/SOAPpy/Utilities.pyc
|
||||
${PYSITELIB}/SOAPpy/Utilities.pyo
|
||||
${PYSITELIB}/SOAPpy/WSDL.py
|
||||
${PYSITELIB}/SOAPpy/WSDL.pyc
|
||||
${PYSITELIB}/SOAPpy/WSDL.pyo
|
||||
${PYSITELIB}/SOAPpy/__init__.py
|
||||
${PYSITELIB}/SOAPpy/__init__.pyc
|
||||
${PYSITELIB}/SOAPpy/__init__.pyo
|
||||
${PYSITELIB}/SOAPpy/version.py
|
||||
${PYSITELIB}/SOAPpy/version.pyc
|
||||
${PYSITELIB}/SOAPpy/version.pyo
|
||||
${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.py
|
||||
${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.pyc
|
||||
${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.pyo
|
||||
${PYSITELIB}/SOAPpy/wstools/Utility.py
|
||||
${PYSITELIB}/SOAPpy/wstools/Utility.pyc
|
||||
${PYSITELIB}/SOAPpy/wstools/Utility.pyo
|
||||
${PYSITELIB}/SOAPpy/wstools/WSDLTools.py
|
||||
${PYSITELIB}/SOAPpy/wstools/WSDLTools.pyc
|
||||
${PYSITELIB}/SOAPpy/wstools/WSDLTools.pyo
|
||||
${PYSITELIB}/SOAPpy/wstools/XMLSchema.py
|
||||
${PYSITELIB}/SOAPpy/wstools/XMLSchema.pyc
|
||||
${PYSITELIB}/SOAPpy/wstools/XMLSchema.pyo
|
||||
${PYSITELIB}/SOAPpy/wstools/XMLname.py
|
||||
${PYSITELIB}/SOAPpy/wstools/XMLname.pyc
|
||||
${PYSITELIB}/SOAPpy/wstools/XMLname.pyo
|
||||
${PYSITELIB}/SOAPpy/wstools/__init__.py
|
||||
${PYSITELIB}/SOAPpy/wstools/__init__.pyc
|
||||
${PYSITELIB}/SOAPpy/wstools/__init__.pyo
|
||||
${PYSITELIB}/SOAPpy/wstools/ieee754.py
|
||||
${PYSITELIB}/SOAPpy/wstools/ieee754.pyc
|
||||
${PYSITELIB}/SOAPpy/wstools/ieee754.pyo
|
||||
@dirrm ${PYSITELIB}/SOAPpy/wstools
|
||||
@dirrm ${PYSITELIB}/SOAPpy
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.3 2003/03/19 11:51:09 drochner Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.4 2003/08/11 22:07:17 recht Exp $
|
||||
|
||||
.if !defined(SOAPPY_BUILDLINK2_MK)
|
||||
SOAPPY_BUILDLINK2_MK= # defined
|
||||
|
@ -6,7 +6,7 @@ SOAPPY_BUILDLINK2_MK= # defined
|
|||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
BUILDLINK_PACKAGES+= SOAPpy
|
||||
BUILDLINK_DEPENDS.SOAPpy?= ${PYPKGPREFIX}-SOAPpy>=0.9.8
|
||||
BUILDLINK_DEPENDS.SOAPpy?= ${PYPKGPREFIX}-SOAPpy>=0.10.1
|
||||
BUILDLINK_PKGSRCDIR.SOAPpy?= ../../net/py-soappy
|
||||
|
||||
.include "../../textproc/pyxml/buildlink2.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.2 2003/03/19 11:51:09 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.3 2003/08/11 22:07:17 recht Exp $
|
||||
|
||||
SHA1 (SOAPpy-0.9.8.tar.gz) = 8e60fa4437750c052da511b4357b7594c700a0c0
|
||||
Size (SOAPpy-0.9.8.tar.gz) = 80322 bytes
|
||||
SHA1 (SOAPpy-0.10.1.tar.gz) = af432aa1d75806655ea02f8674e2d33ea3cd7aab
|
||||
Size (SOAPpy-0.10.1.tar.gz) = 106384 bytes
|
||||
|
|
Loading…
Reference in a new issue