Ticket #47096: Portfile-py-ly.diff

File Portfile-py-ly.diff, 1.2 KB (added by dliessi (Davide Liessi), 9 years ago)
  • Portfile

    old new set _name python-ly 
    88set _n              [string index ${_name} 0]
    99
    1010name                py-ly
    11 version             0.8
     11version             0.9.1
    1212platforms           darwin
    1313supported_archs     noarch
    1414license             GPL-2+
    homepage https://github.com/wbsoft/${_name} 
    2323master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    26 checksums           md5     83b88080e3d61334811081f9d6d14111 \
    27                     rmd160  72ca0e96bf31b8e1b3823e67b1cd6b65f2edcba8 \
    28                     sha256  a997958bc67cffcd729bd48c2554a98c7727c1bf0bf245ec14343070c6f2bac3
     26checksums           md5     a412a8037db6895b94ae9489c8b6cf12 \
     27                    rmd160  ef7f923bfa4e9ae90db22ee17e6e700d89519dba \
     28                    sha256  f21dd4d2566c2ef0337461384829684ae368d3534bb5f6c9e2b2891efcc3a07e
    2929
    3030python.versions     27 34
    3131
    3232build {}
    3333
    3434livecheck.type  regex
    35 livecheck.url   [lindex ${master_sites} 0]
     35livecheck.url   https://pypi.python.org/pypi/${_name}
    3636livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
    3737
    3838if {${name} ne ${subport}} {