Changeset 99573


Ignore:
Timestamp:
Nov 10, 2012, 11:56:35 AM (11 years ago)
Author:
and.damore@…
Message:

port py-google-api: adds samples, ticket #36778, maintainer timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-google-api/Portfile

    r98315 r99573  
    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 \
     
    2323master_sites        googlecode:${realname}
    2424distname            ${realname}-${version}
     25distfiles           ${distname}${extract.suffix} \
     26                    ${realname}-samples-${version}${extract.suffix}
    2527
    2628if {$subport != $name} {
     
    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}
     
    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
Note: See TracChangeset for help on using the changeset viewer.