[127500] trunk/dports/python/py-pyttsx/Portfile

petr at macports.org petr at macports.org
Tue Oct 28 17:18:23 PDT 2014


Revision: 127500
          https://trac.macports.org/changeset/127500
Author:   petr at macports.org
Date:     2014-10-28 17:18:23 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
py-pyttsx: non-sematic reformating

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

Modified: trunk/dports/python/py-pyttsx/Portfile
===================================================================
--- trunk/dports/python/py-pyttsx/Portfile	2014-10-29 00:15:35 UTC (rev 127499)
+++ trunk/dports/python/py-pyttsx/Portfile	2014-10-29 00:18:23 UTC (rev 127500)
@@ -1,31 +1,33 @@
 # -*- 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
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-pyttsx
-version         1.1
-python.versions 27
-python.default_version 27
-revision        1
-categories-append     devel audio
-platforms       darwin
-license         BSD
-maintainers     nomaintainer
-description     Cross-platform Python wrapper for text-to-speech synthesis
+name                py-pyttsx
+version             1.1
+revision            1
+categories-append   devel audio
+platforms           darwin
+license             BSD
+maintainers         nomaintainer
+
+description         Cross-platform Python wrapper for text-to-speech synthesis
 long_description    ${description}
 
-homepage        https://github.com/parente/pyttsx
+homepage            https://github.com/parente/pyttsx
 
+python.versions     27
+
 if {${name} ne ${subport}} {
     depends_build   port:py${python.version}-setuptools
     fetch.type      git
     git.url         https://github.com/parente/pyttsx.git
     git.branch      3d13e83b76e9d43d1e86afde8953fcabebb96c01
+
     livecheck.type  none
 } else {
     livecheck.type  regex
     livecheck.url   https://raw.github.com/parente/pyttsx/master/setup.py
-    livecheck.regex   {version='(\d+(?:\.\d+)*)'}
+    livecheck.regex {version='(\d+(?:\.\d+)*)'}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/3b7ba01a/attachment.html>


More information about the macports-changes mailing list