[28180] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 23 23:30:58 PDT 2007


Revision: 28180
          http://trac.macosforge.org/projects/macports/changeset/28180
Author:   stechert at macports.org
Date:     2007-08-23 23:30:57 -0700 (Thu, 23 Aug 2007)

Log Message:
-----------
adding python 2.5 version of ZSI

Added Paths:
-----------
    trunk/dports/python/py25-zsi/
    trunk/dports/python/py25-zsi/Portfile

Added: trunk/dports/python/py25-zsi/Portfile
===================================================================
--- trunk/dports/python/py25-zsi/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-zsi/Portfile	2007-08-24 06:30:57 UTC (rev 28180)
@@ -0,0 +1,29 @@
+# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping at macports.org $
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py25-zsi
+version			2.0-rc3
+categories		python net
+platforms		darwin
+maintainers		stechert at macports.org
+description		Zolera SOAP Infrastructure is a Python implementation of SOAP
+long_description	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. \
+				It can also be used to build applications using SOAP \
+				Messages with Attachments. ZSI is intended to make it \
+				easier to write web services in Python.
+
+homepage		http://pywebsvcs.sourceforge.net/
+master_sites		http://pypi.python.org/packages/source/Z/ZSI/
+distname		ZSI-${version}
+checksums		md5 22fda3fbf7349de14d18f4cf7f947cb0 \
+			sha1 30c09e1868c04d5577be22cf52bf9146db147189 \
+			rmd160 47c3db48d0ab82db9efbb668fed0db3aabf45e13
+
+post-destroot	{
+	xinstall -m 644 ${worksrcpath}/README \
+		${destroot}${prefix}/share/doc/${name}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070823/d4b9d638/attachment.html


More information about the macports-changes mailing list