[82122] trunk/dports/python

mmoll at macports.org mmoll at macports.org
Mon Aug 8 06:55:18 PDT 2011


Revision: 82122
          http://trac.macports.org/changeset/82122
Author:   mmoll at macports.org
Date:     2011-08-08 06:55:18 -0700 (Mon, 08 Aug 2011)
Log Message:
-----------
unify py*-suds

Added Paths:
-----------
    trunk/dports/python/py-suds/
    trunk/dports/python/py-suds/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-suds/
    trunk/dports/python/py26-suds/
    trunk/dports/python/py27-suds/

Added: trunk/dports/python/py-suds/Portfile
===================================================================
--- trunk/dports/python/py-suds/Portfile	                        (rev 0)
+++ trunk/dports/python/py-suds/Portfile	2011-08-08 13:55:18 UTC (rev 82122)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+set realname        suds
+name                py-${realname}
+version             0.4
+revision            1
+categories          python devel net
+maintainers         mmoll openmaintainer
+supported_archs     noarch
+
+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     05523dfd3fc0de3f19dde4aca5dd17e9 \
+                    sha1    47d943c3cd9432ac8ad237621803ba06ef5a3474 \
+                    rmd160  6d7ed5c7a83680542509aa26cf5165673871db78
+distname            python-${realname}-${version}
+
+python.versions     25 26 27 31 32
+python.default_version 27
+
+if {$subport != $name} {
+    depends_build-append port:py${python.version}-distribute
+}
+
+livecheck.type      regex
+livecheck.url       https://fedorahosted.org/suds/wiki/ReleaseHistory
+livecheck.regex     Release \\((\[0-9.\]+)\\)


Property changes on: trunk/dports/python/py-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/20110808/0dfbc667/attachment.html>


More information about the macports-changes mailing list