Ticket #42566: Portfile-py-pep8.diff

File Portfile-py-pep8.diff, 765 bytes (added by patrik.hartlen@…, 10 years ago)
  • Portfile

    old new  
    1919                    some of the style conventions in PEP 8 \
    2020                    (http://www.python.org/dev/peps/pep-0008/)
    2121
    22 homepage            http://pypi.python.org/pypi/${realname}
     22homepage            https://pypi.python.org/pypi/${realname}/
    2323
    2424master_sites        http://pypi.python.org/packages/source/p/${realname}
    2525distname            ${realname}-${version}
     
    4040port select --set ${select.group} [file tail ${select.file}]
    4141"
    4242
     43    livecheck.type  none
     44} else {
     45    livecheck.type  regex
     46    livecheck.url   [lindex ${master_sites} 0]
     47    livecheck.regex ">${realname}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
    4348}