[59461] trunk/dports/python/py26-soaplib/Portfile

lightnin at macports.org lightnin at macports.org
Thu Oct 15 05:29:11 PDT 2009


Revision: 59461
          http://trac.macports.org/changeset/59461
Author:   lightnin at macports.org
Date:     2009-10-15 05:29:09 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
Updated py26-soaplib to latest version 0.8.1, py26-lxml is now required.

Modified Paths:
--------------
    trunk/dports/python/py26-soaplib/Portfile

Modified: trunk/dports/python/py26-soaplib/Portfile
===================================================================
--- trunk/dports/python/py26-soaplib/Portfile	2009-10-15 12:16:34 UTC (rev 59460)
+++ trunk/dports/python/py26-soaplib/Portfile	2009-10-15 12:29:09 UTC (rev 59461)
@@ -5,10 +5,10 @@
 PortGroup           python26 1.0
 
 name                py26-soaplib
-version             0.7.2
+version             0.8.1
 categories          python www
 platforms           darwin
-maintainers         gmail.com:cfedermann
+maintainers         lightnin
 description         A simple library for writing soap web services.
 long_description    This is a simple, easily extendible soap library that \
                     provides several useful tools for creating and \
@@ -19,13 +19,20 @@
                     framework for creating additional serialization \
                     mechanisms and a client library.
 
-homepage            http://trac.optio.webfactional.com/
-master_sites        http://code.enthought.com/src/
+homepage            http://wiki.github.com/jkp/soaplib/
+master_sites        http://cloud.github.com/downloads/jkp/soaplib/
 distname            soaplib-${version}
-checksums           md5 ec4b5039c70d14ff772746b1cbeb83e3 \
-                    sha1 99349968d60a22520f1976b8ace8e76dbc81f30b \
-                    rmd160 bcf87f7d4682c0cbec627247956a91951305f911
+checksums           md5 ffadfa2fbf285163a86eeb667aedfea3 \
+                    sha1 4fd9e3eef3e057aa55891c0518c2180c8dc571ed \
+                    rmd160 0ffd39c92248d9e44d1abc6399506d060105cf74
 
+extract.mkdir       yes
+extract.suffix      .tar
+extract.cmd         tar
+extract.pre_args    xf
+extract.post_args   
+
 depends_lib         port:py26-celementtree \
                     port:py26-tz \
-                    port:py26-setuptools
+                    port:py26-setuptools \
+                    port:py26-lxml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/e35913d0/attachment.html>


More information about the macports-changes mailing list