[97358] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Tue Sep 4 00:56:25 PDT 2012


Revision: 97358
          https://trac.macports.org/changeset/97358
Author:   g5pw at macports.org
Date:     2012-09-04 00:56:25 -0700 (Tue, 04 Sep 2012)
Log Message:
-----------
python/py-colorama:
new port

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

Added: trunk/dports/python/py-colorama/Portfile
===================================================================
--- trunk/dports/python/py-colorama/Portfile	                        (rev 0)
+++ trunk/dports/python/py-colorama/Portfile	2012-09-04 07:56:25 UTC (rev 97358)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=Portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-colorama
+version             0.2.4
+categories          python devel
+license             Python
+platforms           darwin
+supported_archs     noarch
+
+maintainers         g5pw openmaintainer
+
+description         Cross-platform colored terminal text.
+long_description    ${description} Makes ANSI escape character sequences, for \
+                    producing colored terminal text and cursor positioning, work \
+                    under MS Windows.
+
+homepage            http://code.google.com/p/colorama/
+master_sites        http://pypi.python.org/packages/source/c/colorama/
+distname            colorama-${version}
+
+checksums           rmd160  1175b6b0a1163ad5f248e57b855ef0874d76b3a2 \
+                    sha256  ab2a1f39493a7cfe61b919ec3c6c204f593db2bf3818a70f6f0aa6b8b0a52e55
+
+python.versions     24 25 26 27 31 32
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "colorama-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py-colorama/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/20120904/288aaa25/attachment.html>


More information about the macports-changes mailing list