[88696] trunk/dports/python

phw at macports.org phw at macports.org
Sun Jan 8 06:40:12 PST 2012


Revision: 88696
          http://trac.macports.org/changeset/88696
Author:   phw at macports.org
Date:     2012-01-08 06:40:06 -0800 (Sun, 08 Jan 2012)
Log Message:
-----------
New port: pyttsx; Python module for crass platform text-to-speech access

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

Added: trunk/dports/python/py-pyttsx/Portfile
===================================================================
--- trunk/dports/python/py-pyttsx/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyttsx/Portfile	2012-01-08 14:40:06 UTC (rev 88696)
@@ -0,0 +1,27 @@
+# -*- 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
+
+name            py-pyttsx
+version         1.1
+python.versions 27
+revision        0
+categories      python devel audio
+platforms       darwin
+license         "BSD License"
+maintainers     phw openmaintainer
+description     Cross-platform Python wrapper for text-to-speech synthesis
+long_description    ${description}
+
+homepage        https://github.com/parente/pyttsx
+
+fetch.type      git
+git.url         https://github.com/parente/pyttsx.git
+git.branch      3d13e83b76e9d43d1e86afde8953fcabebb96c01
+
+livecheck.type  regex
+livecheck.url   https://raw.github.com/parente/pyttsx/master/setup.py
+livecheck.regex   {version='(\d+(?:\.\d+)*)'}
+


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


More information about the macports-changes mailing list