Ticket #38469: py-oauth2client.diff

File py-oauth2client.diff, 2.1 KB (added by tresni (Brian Hartvigsen), 11 years ago)
  • Portfile

    old new  
    55PortGroup           python 1.0
    66
    77name                py-oauth2client
    8 version             1.0
    9 python.versions     25 26 27 31 32
     8set realname        oauth2client
     9version             1.1
     10
     11python.versions     25 26 27
     12
    1013categories-append   www
    1114maintainers         nomaintainer
    1215license             Apache-2
     
    1619platforms           darwin
    1720supported_archs     noarch
    1821
    19 master_sites        http://pypi.python.org/packages/source/o/oauth2client
    20 distname            oauth2client-${version}
     22homepage            http://pypi.python.org/pypi/${realname}
     23master_sites        http://pypi.python.org/packages/source/o/${realname}
     24distname            ${realname}-${version}
    2125
    2226if {$subport != $name} {
    23 depends_build-append port:py${python.version}-distribute
     27    depends_build-append port:py${python.version}-distribute
    2428
    25 post-destroot {
    26     set egg-info ${destroot}${python.pkgd}/oauth2client-${version}-py${python.branch}.egg-info
    27     foreach d [glob -dir ${egg-info} *] {
    28         file attributes ${d} -permissions 0644
     29    post-destroot {       
     30        set egg-info ${destroot}${python.pkgd}/${realname}-${version}-py${python.branch}.egg-info
     31        foreach d [glob -dir ${egg-info} *] {
     32            file attributes ${d} -permissions 0644
     33        }
    2934    }
    3035}
    31 }
    3236
    33 checksums           rmd160  41f2fd682491042e5f1e596ba24be865730fdaa3 \
    34                     sha256  9122e21921eabe3d33da0ed096f49ce347457e9b293000a2859c850e9417bbba
     37checksums           rmd160  ab43a71dc403e52d07f88a95ba5293f1004ca3db \
     38                    sha256  8505bfbe87f45a511ab256896da244eed560acf7d9372a6f7036cd494476c662
    3539
    3640livecheck.type      regex
    37 livecheck.url       http://pypi.python.org/pypi/oauth2client
    38 livecheck.regex     "oauth2client (\[1-9\]+\.\[0-9\]+)"
     41livecheck.url       http://pypi.python.org/pypi/${realname}
     42livecheck.regex     "${realname} (\[1-9\]+\.\[0-9\]+)"