[100675] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Dec 19 17:05:31 PST 2012


Revision: 100675
          https://trac.macports.org/changeset/100675
Author:   jmr at macports.org
Date:     2012-12-19 17:05:31 -0800 (Wed, 19 Dec 2012)
Log Message:
-----------
py*-zsi: unify, license, noarch

Modified Paths:
--------------
    trunk/dports/python/py-zsi/Portfile

Added Paths:
-----------
    trunk/dports/python/py-zsi/files/

Removed Paths:
-------------
    trunk/dports/python/py25-zsi/
    trunk/dports/python/py26-zsi/

Modified: trunk/dports/python/py-zsi/Portfile
===================================================================
--- trunk/dports/python/py-zsi/Portfile	2012-12-20 00:35:07 UTC (rev 100674)
+++ trunk/dports/python/py-zsi/Portfile	2012-12-20 01:05:31 UTC (rev 100675)
@@ -1,12 +1,14 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-zsi
 version			2.0
 categories		python net
+license			MIT BSD ZPL-2 {PSF W3C}
 platforms		darwin
+supported_archs	noarch
 maintainers		nomaintainer
 description		Zolera SOAP Infrastructure is a Python implementation of SOAP
 long_description	ZSI, the Zolera SOAP Infrastructure, is a pure-Python \
@@ -19,9 +21,16 @@
 homepage		http://pywebsvcs.sourceforge.net/
 master_sites	sourceforge:pywebsvcs
 distname		ZSI-${version}
-checksums		sha1 e691d9610f04afad9cf62f7990cfd3b4df47ff01
+checksums		md5 bb706337cafe9e2201b06b1bce71ca0f \
+			sha1 e691d9610f04afad9cf62f7990cfd3b4df47ff01 \
+			rmd160 9fc0171e03f759cbab89046916d979c5505ba5b8
 
-post-destroot	{
-	xinstall -m 644 ${worksrcpath}/README \
-		${destroot}${prefix}/share/doc/${name}
+python.versions	24 25 26
+
+if {$subport != $name} {
+    patchfiles      pyxml_dep.diff
+    post-destroot	{
+        xinstall -m 644 ${worksrcpath}/README \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121219/2e608dbc/attachment.html>


More information about the macports-changes mailing list