[88639] trunk/dports/python

phw at macports.org phw at macports.org
Fri Jan 6 04:10:03 PST 2012


Revision: 88639
          http://trac.macports.org/changeset/88639
Author:   phw at macports.org
Date:     2012-01-06 04:10:00 -0800 (Fri, 06 Jan 2012)
Log Message:
-----------
New Port: py-clint

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

Added: trunk/dports/python/py-clint/Portfile
===================================================================
--- trunk/dports/python/py-clint/Portfile	                        (rev 0)
+++ trunk/dports/python/py-clint/Portfile	2012-01-06 12:10:00 UTC (rev 88639)
@@ -0,0 +1,39 @@
+# -*- 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-clint
+version         0.3.0
+python.versions 27 31 
+revision        0
+categories      python devel 
+platforms       darwin
+maintainers     phw openmaintainer
+description     Clint is a module filled with a set of awesome tools for developing commandline applications
+long_description    C ommand L ine IN terface T ools .\
+                    Clint is awesome. Crazy awesome. It supports colors, but detects if the session is a TTY, \
+                    so doesn't render the colors if you're piping stuff around. Automagically.\
+                    Awesome nest-able indentation context manager. Example: (with indent(4): puts('indented text')). \
+                    It supports custom email-style quotes. Of course, it supports color too, if and when needed.\
+                    It has an awesome Column printer with optional auto-expanding columns. \
+                    It detects how wide your current console is and adjusts accordingly. \
+                    It wraps your words properly to fit the column size. \
+                    With or without colors mixed in. \
+                    All with a single function call.\
+                    The world's easiest to use implicit argument system w/ chaining methods for filtering. Seriously.
+
+homepage        https://github.com/kennethreitz/clint/
+master_sites    http://github.com/kennethreitz/clint/tarball/
+worksrcdir      kennethreitz-clint-dbb0638
+distname        v${version}
+extract.suffix  
+
+
+checksums           rmd160  9de5eb7b946d49f27e5bf15dd32cb634f281d9c8 \
+                    sha256  f3ffdd4c51366e6a2058ed85a27899734dd20c6ace3679e69c33881a24bb1df3
+
+livecheck.type  regex
+livecheck.url   ${homepage}
+livecheck.regex {"v([0-9\.]+)"}


Property changes on: trunk/dports/python/py-clint/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/20120106/81960f17/attachment.html>


More information about the macports-changes mailing list