[40521] trunk/dports/python

saispo at macports.org saispo at macports.org
Sun Oct 5 02:13:51 PDT 2008


Revision: 40521
          http://trac.macports.org/changeset/40521
Author:   saispo at macports.org
Date:     2008-10-05 02:13:50 -0700 (Sun, 05 Oct 2008)
Log Message:
-----------
Upgrade py-gdata and py25-gdata to version 1.2.1

Modified Paths:
--------------
    trunk/dports/python/py-gdata/Portfile
    trunk/dports/python/py25-gdata/Portfile

Modified: trunk/dports/python/py-gdata/Portfile
===================================================================
--- trunk/dports/python/py-gdata/Portfile	2008-10-05 07:54:59 UTC (rev 40520)
+++ trunk/dports/python/py-gdata/Portfile	2008-10-05 09:13:50 UTC (rev 40521)
@@ -4,7 +4,7 @@
 PortGroup           python24 1.0
 
 name                py-gdata
-version             1.1.1
+version             1.2.1
 categories-append   devel
 maintainers         gmail.com:aecollins1
 description         Google Data API Python Client Library
@@ -18,26 +18,26 @@
 master_sites        http://gdata-python-client.googlecode.com/files/
 distname            gdata.py-${version}
 
-checksums           md5 8addbac38dabdc7e00701d7b60685d4d \
-                    sha1 aa0120a6f5a724461d885f6ebce29245f9b2e65e \
-                    rmd160 1cb3920d72948e84cdb753dd3f37dc7e03d56717
+checksums           md5 19cd7fff94e2320b20d023492c33bf99 \
+                    sha1 5360ca69ae2a6d9524ffe1e5df1aa2e0a5377aa2 \
+                    rmd160 5ea51c0c56462c581d735edbfcc071384964ed11
 
 depends_lib         port:py-setuptools \
                     port:py-elementtree
 
 post-destroot {
-    
+
     eval reinplace \
         "s|/home/jhartmann/gdata-python-client2/src|${prefix}/lib/python2.4/site-packages|g" \
         [glob ${worksrcpath}/pydocs/*.html]
-    
+
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     eval file copy [glob ${worksrcpath}/pydocs/*.html] \
         ${destroot}${prefix}/share/doc/${name}
-        
+
     eval reinplace "s|#!/usr/bin/python|#!${prefix}/bin/python2.4|g" \
         [glob ${worksrcpath}/samples/*/*.py]
-        
+
     file copy ${worksrcpath}/samples \
         ${destroot}${prefix}/share/doc/${name}/
 }

Modified: trunk/dports/python/py25-gdata/Portfile
===================================================================
--- trunk/dports/python/py25-gdata/Portfile	2008-10-05 07:54:59 UTC (rev 40520)
+++ trunk/dports/python/py25-gdata/Portfile	2008-10-05 09:13:50 UTC (rev 40521)
@@ -4,7 +4,7 @@
 PortGroup           python25 1.0
 
 name                py25-gdata
-version             1.1.1
+version             1.2.1
 categories-append   devel
 maintainers         gmail.com:aecollins1
 description         Google Data API Python Client Library
@@ -18,24 +18,24 @@
 master_sites        http://gdata-python-client.googlecode.com/files/
 distname            gdata.py-${version}
 
-checksums           md5 8addbac38dabdc7e00701d7b60685d4d \
-                    sha1 aa0120a6f5a724461d885f6ebce29245f9b2e65e \
-                    rmd160 1cb3920d72948e84cdb753dd3f37dc7e03d56717
+checksums           md5 19cd7fff94e2320b20d023492c33bf99 \
+                    sha1 5360ca69ae2a6d9524ffe1e5df1aa2e0a5377aa2 \
+                    rmd160 5ea51c0c56462c581d735edbfcc071384964ed11
 
 depends_lib         port:py25-setuptools \
                     port:py25-elementtree \
                     port:py25-socket-ssl
 
 post-destroot {
-    
+
     eval reinplace \
         "s|/home/jhartmann/gdata-python-client2/src|${prefix}/lib/python2.5/site-packages|g" \
         [glob ${worksrcpath}/pydocs/*.html]
-    
+
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     eval file copy [glob ${worksrcpath}/pydocs/*.html] \
         ${destroot}${prefix}/share/doc/${name}
-        
+
     eval reinplace "s|#!/usr/bin/python|#!${prefix}/bin/python2.5|g" \
         [glob ${worksrcpath}/samples/*/*.py]
     file copy ${worksrcpath}/samples \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081005/b578c692/attachment.html 


More information about the macports-changes mailing list