Changeset 40521 for trunk/dports


Ignore:
Timestamp:
Oct 5, 2008, 9:13:50 AM (16 years ago)
Author:
saispo@…
Message:

Upgrade py-gdata and py25-gdata to version 1.2.1

Location:
trunk/dports/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-gdata/Portfile

    r38975 r40521  
    55
    66name                py-gdata
    7 version             1.1.1
     7version             1.2.1
    88categories-append   devel
    99maintainers         gmail.com:aecollins1
     
    1919distname            gdata.py-${version}
    2020
    21 checksums           md5 8addbac38dabdc7e00701d7b60685d4d \
    22                     sha1 aa0120a6f5a724461d885f6ebce29245f9b2e65e \
    23                     rmd160 1cb3920d72948e84cdb753dd3f37dc7e03d56717
     21checksums           md5 19cd7fff94e2320b20d023492c33bf99 \
     22                    sha1 5360ca69ae2a6d9524ffe1e5df1aa2e0a5377aa2 \
     23                    rmd160 5ea51c0c56462c581d735edbfcc071384964ed11
    2424
    2525depends_lib         port:py-setuptools \
     
    2727
    2828post-destroot {
    29    
     29
    3030    eval reinplace \
    3131        "s|/home/jhartmann/gdata-python-client2/src|${prefix}/lib/python2.4/site-packages|g" \
    3232        [glob ${worksrcpath}/pydocs/*.html]
    33    
     33
    3434    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    3535    eval file copy [glob ${worksrcpath}/pydocs/*.html] \
    3636        ${destroot}${prefix}/share/doc/${name}
    37        
     37
    3838    eval reinplace "s|#!/usr/bin/python|#!${prefix}/bin/python2.4|g" \
    3939        [glob ${worksrcpath}/samples/*/*.py]
    40        
     40
    4141    file copy ${worksrcpath}/samples \
    4242        ${destroot}${prefix}/share/doc/${name}/
  • trunk/dports/python/py25-gdata/Portfile

    r38974 r40521  
    55
    66name                py25-gdata
    7 version             1.1.1
     7version             1.2.1
    88categories-append   devel
    99maintainers         gmail.com:aecollins1
     
    1919distname            gdata.py-${version}
    2020
    21 checksums           md5 8addbac38dabdc7e00701d7b60685d4d \
    22                     sha1 aa0120a6f5a724461d885f6ebce29245f9b2e65e \
    23                     rmd160 1cb3920d72948e84cdb753dd3f37dc7e03d56717
     21checksums           md5 19cd7fff94e2320b20d023492c33bf99 \
     22                    sha1 5360ca69ae2a6d9524ffe1e5df1aa2e0a5377aa2 \
     23                    rmd160 5ea51c0c56462c581d735edbfcc071384964ed11
    2424
    2525depends_lib         port:py25-setuptools \
     
    2828
    2929post-destroot {
    30    
     30
    3131    eval reinplace \
    3232        "s|/home/jhartmann/gdata-python-client2/src|${prefix}/lib/python2.5/site-packages|g" \
    3333        [glob ${worksrcpath}/pydocs/*.html]
    34    
     34
    3535    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    3636    eval file copy [glob ${worksrcpath}/pydocs/*.html] \
    3737        ${destroot}${prefix}/share/doc/${name}
    38        
     38
    3939    eval reinplace "s|#!/usr/bin/python|#!${prefix}/bin/python2.5|g" \
    4040        [glob ${worksrcpath}/samples/*/*.py]
Note: See TracChangeset for help on using the changeset viewer.