Ticket #36778: port_py-google-apy.diff

File port_py-google-apy.diff, 2.0 KB (added by anddam (Andrea D'Amore), 12 years ago)
  • Portfile

     
    77name                py-google-api
    88set realname        google-api-python-client
    99version             1.0
    10 revision            1
     10revision            2
    1111python.versions     25 26 27 31 32
    1212categories-append   www devel
    13 maintainers         openmaintainer singingwolfboy
     13maintainers         singingwolfboy openmaintainer
    1414license             Apache-2.0
    1515description         client library for accessing the Plus, Moderator, and many \
    1616                    other Google APIs
     
    2222homepage            http://pypi.python.org/pypi/${realname}
    2323master_sites        googlecode:${realname}
    2424distname            ${realname}-${version}
     25distfiles           ${distname}${extract.suffix} \
     26                    ${realname}-samples-${version}${extract.suffix}
    2527
    2628if {$subport != $name} {
    2729    depends_lib-append      port:py${python.version}-httplib2 \
     
    3739        foreach d [glob -dir ${egg-info} *] {
    3840            file attributes ${d} -permissions 0644
    3941        }
     42
     43        xinstall -d -m 555 ${destroot}${prefix}/share/examples
     44        copy ${workpath}/samples ${destroot}${prefix}/share/examples/${subport}
    4045    }
    4146}
    4247
     
    4449    depends_lib-append      port:py25-simplejson
    4550}
    4651
    47 checksums           rmd160  334d0a4c53a964bab277b1c32f90bc7fa5830e91 \
    48                     sha256  83d22f975791135f09927971bd057d5a851a4061fd3f8bc3b7f9438ee79a5cfd
     52checksums           google-api-python-client-1.0.tar.gz \
     53                    rmd160  334d0a4c53a964bab277b1c32f90bc7fa5830e91 \
     54                    sha256  83d22f975791135f09927971bd057d5a851a4061fd3f8bc3b7f9438ee79a5cfd \
     55                    google-api-python-client-samples-1.0.tar.gz \
     56                    rmd160  014bd8054853dbd7cb0ccd33ed01a946bd98afbf \
     57                    sha256  7293c55e871758b3ea6441a42fc9f892c74b1e483d645f9da933fbed38f372b5
    4958
    5059livecheck.type      regex
    5160livecheck.url       http://pypi.python.org/pypi/${realname}