Ticket #46687: Portfile-py-ly.diff

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

    old new  
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    6 PortGroup           github 1.0
    76
    87set _name           python-ly
    98set _n              [string index ${_name} 0]
    109
    1110name                py-ly
    12 version             0.4
     11version             0.8
    1312platforms           darwin
    1413supported_archs     noarch
    1514license             GPL-2+
     
    2019                    and a commandline tool that can be used to parse and \
    2120                    manipulate LilyPond source files.
    2221
     22homepage            https://github.com/wbsoft/${_name}
    2323master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
    2424distname            ${_name}-${version}
    2525
    26 checksums           md5     9232dbfbe1ac849c0c295988622829b7 \
    27                     rmd160  7b0a51489950eb644cd9efdfab141c03f548f21e \
    28                     sha256  cce64e4e0871625c06f9bf4e49c1a66663408fff75494357caf02ff0b7838bbd
     26checksums           md5     83b88080e3d61334811081f9d6d14111 \
     27                    rmd160  72ca0e96bf31b8e1b3823e67b1cd6b65f2edcba8 \
     28                    sha256  a997958bc67cffcd729bd48c2554a98c7727c1bf0bf245ec14343070c6f2bac3
    2929
    3030python.versions     27 34
    3131
     32build {}
     33
    3234livecheck.type  regex
    3335livecheck.url   [lindex ${master_sites} 0]
    3436livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"