[54100] trunk/dports/python

blb at macports.org blb at macports.org
Mon Jul 20 17:36:11 PDT 2009


Revision: 54100
          http://trac.macports.org/changeset/54100
Author:   blb at macports.org
Date:     2009-07-20 17:36:10 -0700 (Mon, 20 Jul 2009)
Log Message:
-----------
New ports - python/py2[56]-soaplib, A simple library for writing soap web services; tickets #20228 and #20229

Added Paths:
-----------
    trunk/dports/python/py25-soaplib/
    trunk/dports/python/py25-soaplib/Portfile
    trunk/dports/python/py26-soaplib/
    trunk/dports/python/py26-soaplib/Portfile

Added: trunk/dports/python/py25-soaplib/Portfile
===================================================================
--- trunk/dports/python/py25-soaplib/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-soaplib/Portfile	2009-07-21 00:36:10 UTC (rev 54100)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-soaplib
+version             0.7.2
+categories          python www
+platforms           darwin
+maintainers         gmail.com:cfedermann
+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 \
+                    publishing soap web services in python.  This package \
+                    features on-demand WSDL generation for the published \
+                    services, a WSGI-compliant web application, support for \
+                    complex class structures, binary attachments, simple \
+                    framework for creating additional serialization \
+                    mechanisms and a client library.
+
+homepage            http://trac.optio.webfactional.com/
+master_sites        http://code.enthought.com/src/
+distname            soaplib-${version}
+checksums           md5 ec4b5039c70d14ff772746b1cbeb83e3 \
+                    sha1 99349968d60a22520f1976b8ace8e76dbc81f30b \
+                    rmd160 bcf87f7d4682c0cbec627247956a91951305f911
+
+depends_lib         port:py25-celementtree \
+                    port:py25-tz \
+                    port:py25-setuptools


Property changes on: trunk/dports/python/py25-soaplib/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-soaplib/Portfile
===================================================================
--- trunk/dports/python/py26-soaplib/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-soaplib/Portfile	2009-07-21 00:36:10 UTC (rev 54100)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-soaplib
+version             0.7.2
+categories          python www
+platforms           darwin
+maintainers         gmail.com:cfedermann
+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 \
+                    publishing soap web services in python.  This package \
+                    features on-demand WSDL generation for the published \
+                    services, a WSGI-compliant web application, support for \
+                    complex class structures, binary attachments, simple \
+                    framework for creating additional serialization \
+                    mechanisms and a client library.
+
+homepage            http://trac.optio.webfactional.com/
+master_sites        http://code.enthought.com/src/
+distname            soaplib-${version}
+checksums           md5 ec4b5039c70d14ff772746b1cbeb83e3 \
+                    sha1 99349968d60a22520f1976b8ace8e76dbc81f30b \
+                    rmd160 bcf87f7d4682c0cbec627247956a91951305f911
+
+depends_lib         port:py26-celementtree \
+                    port:py26-tz \
+                    port:py26-setuptools


Property changes on: trunk/dports/python/py26-soaplib/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/20090720/930ead05/attachment.html>


More information about the macports-changes mailing list