Ticket #42822: patch-py-radical-utils.diff

File patch-py-radical-utils.diff, 1.9 KB (added by petrrr, 11 years ago)

patch for python/py-radical-utils/Portfile

  • Portfile

    old new  
    88set _n              [string index ${_name} 0]
    99
    1010name                py-radical-utils
    11 version             0.5.0
     11version             0.6.2
    1212categories-append   net parallel devel
    1313platforms           darwin
    1414supported_archs     noarch
     15license             MIT
    1516
    1617maintainers         bo.ingv.it:Peter.Danecek openmaintainer
    1718
    18 license             MIT
    19 
    2019description         Shared code and tools for various Radical Group projects
    2120
    2221long_description    This Python package contains shared code and tools for \
     
    2827distname            ${_name}-${version}
    2928master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
    3029
    31 checksums           md5     c9dc08c2e64cd104532890da6f4d9499 \
    32                     rmd160  d8503f87aada1ca145cebabcb6fe7b02bac4e8d8 \
    33                     sha256  4f2ae3abb049f3c08c0a7aa79e699ac767098cf19ba04df8009ccd0e8f4cbcec
     30checksums           md5     dc54498c56ac5a3fceddcbc5d0aad287 \
     31                    rmd160  f0a4b9178b514c1f250196af832947c6fd38ecc7 \
     32                    sha256  af2fc46900c5e8d4dc2f2784043c1729892c182be67060a8b591deb54b7ce0f1
    3433
    3534python.versions     26 27
    3635
     36livecheck.type      regex
     37livecheck.url       ${master_sites}
     38livecheck.regex     ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
     39
    3740if {${name} ne ${subport}} {
    3841    depends_build-append    port:py${python.version}-setuptools
    3942    depends_lib-append      port:py${python.version}-colorama
     
    4750            LICENSE.md \
    4851            README.md \
    4952                ${dest_doc}
    50 
    51         delete ${dest_doc}/examples
    52         copy ${worksrcpath}/examples ${dest_doc}/examples
    5353    }
     54    livecheck.type  none
    5455}
    55 
    56 livecheck.type      regex
    57 livecheck.url       ${master_sites}
    58 livecheck.regex     ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"