Ticket #46687: Portfile-py-ly.diff
File Portfile-py-ly.diff, 1.4 KB (added by dliessi (Davide Liessi), 10 years ago) |
---|
-
Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 PortGroup python 1.0 6 PortGroup github 1.07 6 8 7 set _name python-ly 9 8 set _n [string index ${_name} 0] 10 9 11 10 name py-ly 12 version 0. 411 version 0.8 13 12 platforms darwin 14 13 supported_archs noarch 15 14 license GPL-2+ … … 20 19 and a commandline tool that can be used to parse and \ 21 20 manipulate LilyPond source files. 22 21 22 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 9232dbfbe1ac849c0c295988622829b7\27 rmd160 7 b0a51489950eb644cd9efdfab141c03f548f21e\28 sha256 cce64e4e0871625c06f9bf4e49c1a66663408fff75494357caf02ff0b7838bbd26 checksums md5 83b88080e3d61334811081f9d6d14111 \ 27 rmd160 72ca0e96bf31b8e1b3823e67b1cd6b65f2edcba8 \ 28 sha256 a997958bc67cffcd729bd48c2554a98c7727c1bf0bf245ec14343070c6f2bac3 29 29 30 30 python.versions 27 34 31 31 32 build {} 33 32 34 livecheck.type regex 33 35 livecheck.url [lindex ${master_sites} 0] 34 36 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"