[130085] trunk/dports/python

petr at macports.org petr at macports.org
Fri Dec 26 12:58:00 PST 2014


Revision: 130085
          https://trac.macports.org/changeset/130085
Author:   petr at macports.org
Date:     2014-12-26 12:58:00 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
py-ly: new port

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

Added: trunk/dports/python/py-ly/Portfile
===================================================================
--- trunk/dports/python/py-ly/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ly/Portfile	2014-12-26 20:58:00 UTC (rev 130085)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+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
+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 \
+                    and a commandline tool that can be used to parse and \
+                    manipulate LilyPond source files.
+
+master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
+distname            ${_name}-${version}
+
+checksums           md5     9232dbfbe1ac849c0c295988622829b7 \
+                    rmd160  7b0a51489950eb644cd9efdfab141c03f548f21e \
+                    sha256  cce64e4e0871625c06f9bf4e49c1a66663408fff75494357caf02ff0b7838bbd
+
+python.versions     27 34
+
+livecheck.type  regex
+livecheck.url   [lindex ${master_sites} 0]
+livecheck.regex ">${_name}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
+
+if {${name} ne ${subport}} {
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-ly/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/1deafdcc/attachment.html>


More information about the macports-changes mailing list