Revision: 148206 https://trac.macports.org/changeset/148206 Author: khindenburg@macports.org Date: 2016-04-29 20:52:56 -0700 (Fri, 29 Apr 2016) Log Message: ----------- py-ly: update to 0.9.4 maintainer #51217 Modified Paths: -------------- trunk/dports/python/py-ly/Portfile Modified: trunk/dports/python/py-ly/Portfile =================================================================== --- trunk/dports/python/py-ly/Portfile 2016-04-30 03:49:33 UTC (rev 148205) +++ trunk/dports/python/py-ly/Portfile 2016-04-30 03:52:56 UTC (rev 148206) @@ -4,36 +4,33 @@ PortSystem 1.0 PortGroup python 1.0 -set _name python-ly -set _n [string index ${_name} 0] - name py-ly -version 0.9.3 +python.rootname python-ly +version 0.9.4 platforms darwin supported_archs noarch license GPL-2+ maintainers gmail.com:davide.liessi openmaintainer description Tool and library for manipulating LilyPond files -long_description The ${_name} package provides a Python library \ +long_description The ${python.rootname} package provides a Python library \ and a commandline tool that can be used to parse and \ manipulate LilyPond source files. -homepage https://github.com/wbsoft/${_name} -master_sites https://pypi.python.org/packages/source/${_n}/${_name}/ -distname ${_name}-${version} +homepage https://github.com/wbsoft/${python.rootname} +master_sites https://pypi.python.org/packages/57/4f/889579244947368f28eda66b782331b1e75f8... +distname ${python.rootname}-${version} -checksums rmd160 285af950d98b102b8dbcd9cd7a1eae66511046f7 \ - sha256 1450f124072c72b5bfbb86f8d0fefd0b999af57ea6c55289272a3a84adb2caf8 +checksums md5 14c8f6bb5c887564af187d1fd5fbbc91 \ + rmd160 334bdf62566341ce9fd5446086cb39df89addb7f \ + sha256 c2f87999260af3c9ea00c9997dae1e596fac40f45905d8b7e24e0f441112d63c python.versions 27 34 35 build {} -livecheck.type regex -livecheck.url https://pypi.python.org/pypi/${_name} -livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<" - if {${name} ne ${subport}} { livecheck.type none +} else { + livecheck.type pypi }
participants (1)
-
khindenburg@macports.org