[53812] trunk/dports/python
mmoll at macports.org
mmoll at macports.org
Tue Jul 14 06:51:03 PDT 2009
Revision: 53812
http://trac.macports.org/changeset/53812
Author: mmoll at macports.org
Date: 2009-07-14 06:51:02 -0700 (Tue, 14 Jul 2009)
Log Message:
-----------
new ports: py2[56]-suds, a lightweight SOAP python client
Added Paths:
-----------
trunk/dports/python/py25-suds/
trunk/dports/python/py25-suds/Portfile
trunk/dports/python/py26-suds/
trunk/dports/python/py26-suds/Portfile
Added: trunk/dports/python/py25-suds/Portfile
===================================================================
--- trunk/dports/python/py25-suds/Portfile (rev 0)
+++ trunk/dports/python/py25-suds/Portfile 2009-07-14 13:51:02 UTC (rev 53812)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+set realname suds
+name py25-${realname}
+version 0.3.6
+categories python devel net
+maintainers mmoll openmaintainer
+description Suds is a lightweight SOAP python client for consuming Web Services.
+long_description $description
+homepage https://fedorahosted.org/suds/
+platforms darwin
+master_sites https://fedorahosted.org/releases/s/u/suds/
+checksums md5 320b2f8816aca6445b31441eb201e95b \
+ sha1 bfe62a2e317b0c142ef46e6de97249e86cbdc66c \
+ rmd160 ddeb814fb489d7d47ed04f71d08f99971d6985f2
+distname python-${realname}-${version}
+livecheck.check regex
+livecheck.url ${master_sites}
+livecheck.regex python-suds-(\[0-9.\]+).tar.gz
Property changes on: trunk/dports/python/py25-suds/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/python/py26-suds/Portfile
===================================================================
--- trunk/dports/python/py26-suds/Portfile (rev 0)
+++ trunk/dports/python/py26-suds/Portfile 2009-07-14 13:51:02 UTC (rev 53812)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+set realname suds
+name py26-${realname}
+version 0.3.6
+categories python devel net
+maintainers mmoll openmaintainer
+description Suds is a lightweight SOAP python client for consuming Web Services.
+long_description $description
+homepage https://fedorahosted.org/suds/
+platforms darwin
+master_sites https://fedorahosted.org/releases/s/u/suds/
+checksums md5 320b2f8816aca6445b31441eb201e95b \
+ sha1 bfe62a2e317b0c142ef46e6de97249e86cbdc66c \
+ rmd160 ddeb814fb489d7d47ed04f71d08f99971d6985f2
+distname python-${realname}-${version}
+livecheck.check regex
+livecheck.url ${master_sites}
+livecheck.regex python-suds-(\[0-9.\]+).tar.gz
Property changes on: trunk/dports/python/py26-suds/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090714/4b7aa02e/attachment.html>
More information about the macports-changes
mailing list