Ticket #42585: patch.py-saga.diff

File patch.py-saga.diff, 1.9 KB (added by petrrr, 10 years ago)

patch for python/py-saga/Portfile

  • Portfile

    old new  
    88set _n              [string index ${_name} 0]
    99
    1010name                py-saga
    11 version             0.9.15
    12 revision            1
     11version             0.13
    1312categories-append   net science
    1413platforms           darwin
    1514supported_archs     noarch
     15license             MIT
    1616
    1717maintainers         bo.ingv.it:Peter.Danecek openmaintainer
    1818
    19 license             MIT
    20 
    2119description         A Simple API for Grid and Distributed Applications
    2220
    2321long_description    \
     
    3432distname            ${_name}-${version}
    3533master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
    3634
    37 checksums           md5     6001141951faebbca00d2c18ed9dcff9 \
    38                     rmd160  a9dc00d335efe91b0eee507b3802641f67688378 \
    39                     sha256  fb06183fcdd282bb7fc29abd272c14502e10cf1e469d4aeadd3dd9ff240b1595
     35checksums           md5     3c4b069b98f8f4c7cf4cea56ea834182 \
     36                    rmd160  31e27128904de5c1db275cfa896155ee1ad0fb7c \
     37                    sha256  adc2ffd995a8aefd1e437e1343a45110c0e30464063853617fbd09facf0513d7
     38
     39livecheck.type      regex
     40livecheck.url       [lindex ${master_sites} 0]
     41livecheck.regex     ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
    4042
    4143python.versions     26 27
    4244
     
    4648    depends_lib-append      port:py${python.version}-colorama \
    4749                            port:py${python.version}-radical-utils \
    4850                            port:py${python.version}-libcloud
     51
    4952    # Adding documentation
    5053    post-destroot {
    5154        set dest_doc ${destroot}${prefix}/share/doc/${subport}
     
    5659            README.md \
    5760                ${dest_doc}
    5861    }
    59 }
    6062
    61 livecheck.type      regex
    62 livecheck.url       [lindex ${master_sites} 0]
    63 livecheck.regex     ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
     63    livecheck.type  none
     64}