summaryrefslogtreecommitdiff
path: root/net/py-zsi/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-12-24 10:30:33 +0000
committerrecht <recht>2003-12-24 10:30:33 +0000
commitac5f7f76f46f3b69186c00b0e4135571d5da5546 (patch)
treee395170f32f03058712878d5437e7ff7fbe724a6 /net/py-zsi/Makefile
parentd9b3463129d82a1c04411683c826f63cc20e6aef (diff)
downloadpkgsrc-ac5f7f76f46f3b69186c00b0e4135571d5da5546.tar.gz
initial import of py-ZSI-1.4.1 from pkgsrc-wip
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.
Diffstat (limited to 'net/py-zsi/Makefile')
-rw-r--r--net/py-zsi/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
new file mode 100644
index 00000000000..5faaa7b999b
--- /dev/null
+++ b/net/py-zsi/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 10:30:33 recht Exp $
+#
+
+DISTNAME= ZSI-1.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}
+
+MAINTAINER= recht@NetBSD.org
+HOMEPAGE= http://pywebsvcs.sourceforge.net/
+COMMENT= SOAP implementation
+
+USE_BUILDLINK2= yes
+PYDISTUTILSPKG= yes
+PY_PATCHPLIST= yes
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-extract:
+ ${MV} ${WRKSRC}/scripts/wsdl2py \
+ ${WRKSRC}/scripts/wsdl2py-${PYVERSSUFFIX}
+
+.include "../../lang/python/extension.mk"
+.include "../../textproc/pyxml/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"