diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-30 20:37:10 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:32 -0600 |
commit | 2aae5f217858838dc413061f64503953e6457a3d (patch) | |
tree | ccfd1549d8d5ba1d257c8d7446c6cbdc16a2c9ac /python/clint | |
parent | 8c0775d3dc47f463dffde0e4f1914cad83fd1aa6 (diff) |
python/clint: Updated for version 0.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/clint')
-rw-r--r-- | python/clint/README | 23 | ||||
-rw-r--r-- | python/clint/clint.SlackBuild | 4 | ||||
-rw-r--r-- | python/clint/clint.info | 8 | ||||
-rw-r--r-- | python/clint/slack-desc | 4 |
4 files changed, 29 insertions, 10 deletions
diff --git a/python/clint/README b/python/clint/README index 1a32a4ba2ebf..f748c75f0e7c 100644 --- a/python/clint/README +++ b/python/clint/README @@ -1,2 +1,21 @@ -Clint is a module filled with a set of awesome tools for developing -command line applications. +Clint: Python Command-line Application Tools. + +Clint is a module filled with a set of awesome tools for developing commandline +applications. + +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. + +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. diff --git a/python/clint/clint.SlackBuild b/python/clint/clint.SlackBuild index fdf68c338bf7..548f7c9d810a 100644 --- a/python/clint/clint.SlackBuild +++ b/python/clint/clint.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=clint -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README.rst AUTHORS LICENSE NOTICE HISTORY.rst \ +cp -a README.rst AUTHORS LICENSE NOTICE PKG-INFO HISTORY.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/clint/clint.info b/python/clint/clint.info index 502c6fe4a36a..a2442b8714d3 100644 --- a/python/clint/clint.info +++ b/python/clint/clint.info @@ -1,10 +1,10 @@ PRGNAM="clint" -VERSION="0.3.3" +VERSION="0.3.4" HOMEPAGE="https://github.com/kennethreitz/clint" -DOWNLOAD="https://pypi.python.org/packages/source/c/clint/clint-0.3.3.tar.gz" -MD5SUM="a557aa505978959ce7121c80b4307257" +DOWNLOAD="https://pypi.python.org/packages/source/c/clint/clint-0.3.4.tar.gz" +MD5SUM="888f80e95546f5acdd9b2b850c9351f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools" +REQUIRES="args" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/clint/slack-desc b/python/clint/slack-desc index 5a641ecd8d5c..9a7022109024 100644 --- a/python/clint/slack-desc +++ b/python/clint/slack-desc @@ -11,9 +11,9 @@ clint: clint: Clint is a module filled with a set of awesome tools for clint: developing commandline applications. clint: -clint: +clint: Homepage: https://github.com/kennethreitz/clint +clint: clint: clint: clint: -clint: Homepage: https://github.com/kennethreitz/clint clint: |