Ticket #42566: Portfile-py-pep8.diff
File Portfile-py-pep8.diff, 765 bytes (added by patrik.hartlen@…, 11 years ago) |
---|
-
Portfile
old new 19 19 some of the style conventions in PEP 8 \ 20 20 (http://www.python.org/dev/peps/pep-0008/) 21 21 22 homepage http ://pypi.python.org/pypi/${realname}22 homepage https://pypi.python.org/pypi/${realname}/ 23 23 24 24 master_sites http://pypi.python.org/packages/source/p/${realname} 25 25 distname ${realname}-${version} … … 40 40 port select --set ${select.group} [file tail ${select.file}] 41 41 " 42 42 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}<" 43 48 }