[78202] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Apr 28 03:17:34 PDT 2011


Revision: 78202
          http://trac.macports.org/changeset/78202
Author:   ryandesign at macports.org
Date:     2011-04-28 03:17:33 -0700 (Thu, 28 Apr 2011)
Log Message:
-----------
py27-termcolor: new port, version 1.1.0; see #29284

Added Paths:
-----------
    trunk/dports/python/py27-termcolor/
    trunk/dports/python/py27-termcolor/Portfile

Added: trunk/dports/python/py27-termcolor/Portfile
===================================================================
--- trunk/dports/python/py27-termcolor/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-termcolor/Portfile	2011-04-28 10:17:33 UTC (rev 78202)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-termcolor
+version             1.1.0
+categories          python
+platforms           darwin
+maintainers         gmail.com:cedric.luthi
+license             MIT
+supported_archs     noarch
+
+description         ANSII Color formatting for output in terminal.
+long_description    termcolor is a Python module to format colored output in terminal.
+
+homepage            http://pypi.python.org/pypi/termcolor
+master_sites        http://pypi.python.org/packages/source/t/termcolor/
+distname            termcolor-${version}
+
+checksums           sha1    52045880a05c0fbd192343d9c9aad46a73d20e8c \
+                    rmd160  1555f55ff04abff3929dd86215dcd679c3c4813f
+
+livecheck.type      regex
+livecheck.regex     termcolor (\\d(\\.\\d+)*)


Property changes on: trunk/dports/python/py27-termcolor/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/20110428/acdeb6fc/attachment.html>


More information about the macports-changes mailing list