[77958] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Apr 18 00:01:56 PDT 2011


Revision: 77958
          http://trac.macports.org/changeset/77958
Author:   jmr at macports.org
Date:     2011-04-18 00:01:55 -0700 (Mon, 18 Apr 2011)
Log Message:
-----------
py25-zsi, py26-zsi: update to 2.0 final (#23901)

Modified Paths:
--------------
    trunk/dports/python/py25-zsi/Portfile
    trunk/dports/python/py26-zsi/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-zsi/files/
    trunk/dports/python/py26-zsi/files/pyxml_dep.diff

Modified: trunk/dports/python/py25-zsi/Portfile
===================================================================
--- trunk/dports/python/py25-zsi/Portfile	2011-04-18 06:51:08 UTC (rev 77957)
+++ trunk/dports/python/py25-zsi/Portfile	2011-04-18 07:01:55 UTC (rev 77958)
@@ -4,7 +4,8 @@
 PortGroup python25 1.0
 
 name			py25-zsi
-version			2.0-rc3
+epoch           1
+version			2.0
 categories		python net
 platforms		darwin
 maintainers		stechert
@@ -17,11 +18,11 @@
 				easier to write web services in Python.
 
 homepage		http://pywebsvcs.sourceforge.net/
-master_sites		http://pypi.python.org/packages/source/Z/ZSI/
+master_sites		sourceforge:pywebsvcs
 distname		ZSI-${version}
-checksums		md5 22fda3fbf7349de14d18f4cf7f947cb0 \
-			sha1 30c09e1868c04d5577be22cf52bf9146db147189 \
-			rmd160 47c3db48d0ab82db9efbb668fed0db3aabf45e13
+checksums		md5 bb706337cafe9e2201b06b1bce71ca0f \
+			sha1 e691d9610f04afad9cf62f7990cfd3b4df47ff01 \
+			rmd160 9fc0171e03f759cbab89046916d979c5505ba5b8
 
 post-destroot	{
 	xinstall -m 644 ${worksrcpath}/README \

Modified: trunk/dports/python/py26-zsi/Portfile
===================================================================
--- trunk/dports/python/py26-zsi/Portfile	2011-04-18 06:51:08 UTC (rev 77957)
+++ trunk/dports/python/py26-zsi/Portfile	2011-04-18 07:01:55 UTC (rev 77958)
@@ -4,7 +4,8 @@
 PortGroup python26 1.0
 
 name			py26-zsi
-version			2.0-rc3
+epoch           1
+version			2.0
 categories		python net
 platforms		darwin
 maintainers		nomaintainer
@@ -17,12 +18,13 @@
 				easier to write web services in Python.
 
 homepage		http://pywebsvcs.sourceforge.net/
-master_sites		http://pypi.python.org/packages/source/Z/ZSI/
+master_sites		sourceforge:pywebsvcs
 distname		ZSI-${version}
-checksums		md5 22fda3fbf7349de14d18f4cf7f947cb0 \
-			sha1 30c09e1868c04d5577be22cf52bf9146db147189 \
-			rmd160 47c3db48d0ab82db9efbb668fed0db3aabf45e13
+checksums		md5 bb706337cafe9e2201b06b1bce71ca0f \
+			sha1 e691d9610f04afad9cf62f7990cfd3b4df47ff01 \
+			rmd160 9fc0171e03f759cbab89046916d979c5505ba5b8
 
+patchfiles      pyxml_dep.diff
 post-destroot	{
 	xinstall -m 644 ${worksrcpath}/README \
 		${destroot}${prefix}/share/doc/${name}

Added: trunk/dports/python/py26-zsi/files/pyxml_dep.diff
===================================================================
--- trunk/dports/python/py26-zsi/files/pyxml_dep.diff	                        (rev 0)
+++ trunk/dports/python/py26-zsi/files/pyxml_dep.diff	2011-04-18 07:01:55 UTC (rev 77958)
@@ -0,0 +1,24 @@
+--- ZSI.egg-info/requires.txt.orig	2007-02-02 18:26:52.000000000 +1100
++++ ZSI.egg-info/requires.txt	2011-04-18 16:50:06.000000000 +1000
+@@ -1 +0,0 @@
+-PyXML >= 0.8.3
+\ No newline at end of file
+--- setup.cfg.orig	2007-02-02 18:26:54.000000000 +1100
++++ setup.cfg	2011-04-18 16:50:36.000000000 +1000
+@@ -1,6 +1,5 @@
+ [bdist_rpm]
+ release = 1
+-requires = PyXML
+ doc_files = README CHANGES doc/zsi.css doc/zsi.html
+ 
+ [egg_info]
+--- setup.py.orig	2006-09-28 08:55:49.000000000 +1000
++++ setup.py	2011-04-18 16:51:07.000000000 +1000
+@@ -44,7 +44,6 @@
+             'wsdl2dispatch = ZSI.generate.commands:wsdl2dispatch',
+         ],
+     }
+-    additional_params['install_requires'] = [ "PyXML >= 0.8.3", ]
+     additional_params['setup_requires'] = [ "setuptools >= 0.6c3", ]
+     additional_params['dependency_links'] = [
+         "http://sourceforge.net/project/showfiles.php?group_id=6473&package_id=6541&release_id=286213",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110418/2d072aaa/attachment.html>


More information about the macports-changes mailing list