[74854] trunk/dports/python

lightnin at macports.org lightnin at macports.org
Tue Jan 4 00:57:27 PST 2011


Revision: 74854
          http://trac.macports.org/changeset/74854
Author:   lightnin at macports.org
Date:     2011-01-04 00:57:18 -0800 (Tue, 04 Jan 2011)
Log Message:
-----------
Updated soaplib to version 1.0.0 beta 8, added port for Python 2.7

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

Added Paths:
-----------
    trunk/dports/python/py27-soaplib/
    trunk/dports/python/py27-soaplib/Portfile

Modified: trunk/dports/python/py25-soaplib/Portfile
===================================================================
--- trunk/dports/python/py25-soaplib/Portfile	2011-01-03 23:56:44 UTC (rev 74853)
+++ trunk/dports/python/py25-soaplib/Portfile	2011-01-04 08:57:18 UTC (rev 74854)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-soaplib
-version             0.8.1
+version             1.0.0-beta8
 categories          python www
 platforms           darwin
 maintainers         lightnin
@@ -19,19 +19,13 @@
                     framework for creating additional serialization \
                     mechanisms and a client library.
 
-homepage            http://wiki.github.com/jkp/soaplib/
-master_sites        http://cloud.github.com/downloads/jkp/soaplib/
+homepage            http://wiki.github.com/soaplib/soaplib/
+master_sites        http://pypi.python.org/packages/source/s/soaplib/
 distname            soaplib-${version}
-checksums           md5 ffadfa2fbf285163a86eeb667aedfea3 \
-                    sha1 4fd9e3eef3e057aa55891c0518c2180c8dc571ed \
-                    rmd160 0ffd39c92248d9e44d1abc6399506d060105cf74
+checksums           md5 2f2ef88b08c6d392dd7f12be6e6d1352 \
+                    sha1 36f594c642de4869cf9958b4c772f67030d6eb8a \
+                    rmd160 fafb4d9c43981cdd8ed27be0d58d50d8a73b4d55
 
-extract.mkdir       yes
-extract.suffix      .tar
-extract.cmd         tar
-extract.pre_args    xf
-extract.post_args   
-
-depends_lib         port:py25-lxml \
+depends_lib         port:py25-distribute \
                     port:py25-tz \
-                    port:py25-distribute
+                    port:py25-lxml

Modified: trunk/dports/python/py26-soaplib/Portfile
===================================================================
--- trunk/dports/python/py26-soaplib/Portfile	2011-01-03 23:56:44 UTC (rev 74853)
+++ trunk/dports/python/py26-soaplib/Portfile	2011-01-04 08:57:18 UTC (rev 74854)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-soaplib
-version             0.8.1
+version             1.0.0-beta8
 categories          python www
 platforms           darwin
 maintainers         lightnin
@@ -19,19 +19,13 @@
                     framework for creating additional serialization \
                     mechanisms and a client library.
 
-homepage            http://wiki.github.com/jkp/soaplib/
-master_sites        http://cloud.github.com/downloads/jkp/soaplib/
+homepage            http://wiki.github.com/soaplib/soaplib/
+master_sites        http://pypi.python.org/packages/source/s/soaplib/
 distname            soaplib-${version}
-checksums           md5 ffadfa2fbf285163a86eeb667aedfea3 \
-                    sha1 4fd9e3eef3e057aa55891c0518c2180c8dc571ed \
-                    rmd160 0ffd39c92248d9e44d1abc6399506d060105cf74
+checksums           md5 2f2ef88b08c6d392dd7f12be6e6d1352 \
+                    sha1 36f594c642de4869cf9958b4c772f67030d6eb8a \
+                    rmd160 fafb4d9c43981cdd8ed27be0d58d50d8a73b4d55
 
-extract.mkdir       yes
-extract.suffix      .tar
-extract.cmd         tar
-extract.pre_args    xf
-extract.post_args   
-
-depends_lib         port:py26-lxml \
+depends_lib         port:py26-distribute \
                     port:py26-tz \
-                    port:py26-distribute
+                    port:py26-lxml

Added: trunk/dports/python/py27-soaplib/Portfile
===================================================================
--- trunk/dports/python/py27-soaplib/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-soaplib/Portfile	2011-01-04 08:57:18 UTC (rev 74854)
@@ -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           python27 1.0
+
+name                py27-soaplib
+version             1.0.0-beta8
+categories          python www
+platforms           darwin
+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 \
+                    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://wiki.github.com/soaplib/soaplib/
+master_sites        http://pypi.python.org/packages/source/s/soaplib/
+distname            soaplib-${version}
+checksums           md5 2f2ef88b08c6d392dd7f12be6e6d1352 \
+                    sha1 36f594c642de4869cf9958b4c772f67030d6eb8a \
+                    rmd160 fafb4d9c43981cdd8ed27be0d58d50d8a73b4d55
+
+depends_lib         port:py27-distribute \
+                    port:py27-tz \
+                    port:py27-lxml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110104/9e00f1da/attachment-0001.html>


More information about the macports-changes mailing list