[132235] trunk/dports/python/py-ly/Portfile

larryv at macports.org larryv at macports.org
Tue Jan 27 11:39:19 PST 2015


Revision: 132235
          https://trac.macports.org/changeset/132235
Author:   larryv at macports.org
Date:     2015-01-27 11:39:18 -0800 (Tue, 27 Jan 2015)
Log Message:
-----------
py-ly: Update to 0.8 (#46687)

Also remove github-1.0 and disable build phase.

Modified Paths:
--------------
    trunk/dports/python/py-ly/Portfile

Modified: trunk/dports/python/py-ly/Portfile
===================================================================
--- trunk/dports/python/py-ly/Portfile	2015-01-27 17:33:30 UTC (rev 132234)
+++ trunk/dports/python/py-ly/Portfile	2015-01-27 19:39:18 UTC (rev 132235)
@@ -3,13 +3,12 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
-PortGroup           github 1.0
 
 set _name           python-ly
 set _n              [string index ${_name} 0]
 
 name                py-ly
-version             0.4
+version             0.8
 platforms           darwin
 supported_archs     noarch
 license             GPL-2+
@@ -20,15 +19,18 @@
                     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}
 
-checksums           md5     9232dbfbe1ac849c0c295988622829b7 \
-                    rmd160  7b0a51489950eb644cd9efdfab141c03f548f21e \
-                    sha256  cce64e4e0871625c06f9bf4e49c1a66663408fff75494357caf02ff0b7838bbd
+checksums           md5     83b88080e3d61334811081f9d6d14111 \
+                    rmd160  72ca0e96bf31b8e1b3823e67b1cd6b65f2edcba8 \
+                    sha256  a997958bc67cffcd729bd48c2554a98c7727c1bf0bf245ec14343070c6f2bac3
 
 python.versions     27 34
 
+build {}
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]
 livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150127/6b63b9c1/attachment.html>


More information about the macports-changes mailing list