[50549] trunk/dports/python/py-gdata/Portfile

blb at macports.org blb at macports.org
Sun May 3 01:21:27 PDT 2009


Revision: 50549
          http://trac.macports.org/changeset/50549
Author:   blb at macports.org
Date:     2009-05-03 01:21:26 -0700 (Sun, 03 May 2009)
Log Message:
-----------
python/py-gdata - version update to 1.3.1, ticket #19520

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

Modified: trunk/dports/python/py-gdata/Portfile
===================================================================
--- trunk/dports/python/py-gdata/Portfile	2009-05-03 08:10:45 UTC (rev 50548)
+++ trunk/dports/python/py-gdata/Portfile	2009-05-03 08:21:26 UTC (rev 50549)
@@ -4,7 +4,7 @@
 PortGroup           python24 1.0
 
 name                py-gdata
-version             1.2.1
+version             1.3.1
 categories-append   devel
 maintainers         gmail.com:aecollins1
 description         Google Data API Python Client Library
@@ -16,11 +16,11 @@
 platforms           darwin
 homepage            http://code.google.com/p/gdata-python-client/
 master_sites        http://gdata-python-client.googlecode.com/files/
-distname            gdata.py-${version}
+distname            gdata-${version}
 
-checksums           md5 19cd7fff94e2320b20d023492c33bf99 \
-                    sha1 5360ca69ae2a6d9524ffe1e5df1aa2e0a5377aa2 \
-                    rmd160 5ea51c0c56462c581d735edbfcc071384964ed11
+checksums           md5 70d60cdb43f6f49fc5a596f154f9cfbe \
+                    sha1 5d6b835d598fe88b75987cee19b50cac3240581e \
+                    rmd160 f7e752b1aaa65d123965ca691d75ac17ebf6bc53
 
 depends_lib         port:py-setuptools \
                     port:py-elementtree
@@ -28,7 +28,7 @@
 post-destroot {
 
     eval reinplace \
-        "s|/home/jhartmann/gdata-python-client2/src|${prefix}/lib/python2.4/site-packages|g" \
+        "s|/usr/local/svn/gdata-python-client/src|${prefix}/lib/python2.4/site-packages|g" \
         [glob ${worksrcpath}/pydocs/*.html]
 
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
@@ -37,7 +37,6 @@
 
     eval reinplace "s|#!/usr/bin/python|#!${prefix}/bin/python2.4|g" \
         [glob ${worksrcpath}/samples/*/*.py]
-
     file copy ${worksrcpath}/samples \
         ${destroot}${prefix}/share/doc/${name}/
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090503/1d16d608/attachment.html>


More information about the macports-changes mailing list