Ticket #47096: Portfile-py-ly.diff
File Portfile-py-ly.diff, 1.2 KB (added by dliessi (Davide Liessi), 10 years ago) |
---|
-
Portfile
old new set _name python-ly 8 8 set _n [string index ${_name} 0] 9 9 10 10 name py-ly 11 version 0. 811 version 0.9.1 12 12 platforms darwin 13 13 supported_archs noarch 14 14 license GPL-2+ … … homepage https://github.com/wbsoft/${_name} 23 23 master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ 24 24 distname ${_name}-${version} 25 25 26 checksums md5 83b88080e3d61334811081f9d6d14111\27 rmd160 72ca0e96bf31b8e1b3823e67b1cd6b65f2edcba8\28 sha256 a997958bc67cffcd729bd48c2554a98c7727c1bf0bf245ec14343070c6f2bac326 checksums md5 a412a8037db6895b94ae9489c8b6cf12 \ 27 rmd160 ef7f923bfa4e9ae90db22ee17e6e700d89519dba \ 28 sha256 f21dd4d2566c2ef0337461384829684ae368d3534bb5f6c9e2b2891efcc3a07e 29 29 30 30 python.versions 27 34 31 31 32 32 build {} 33 33 34 34 livecheck.type regex 35 livecheck.url [lindex ${master_sites} 0]35 livecheck.url https://pypi.python.org/pypi/${_name} 36 36 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" 37 37 38 38 if {${name} ne ${subport}} {