python/clint: Updated for version 0.3.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-01-30 20:37:10 +07:00 committed by Robby Workman
parent 8c0775d3dc
commit 2aae5f2178
4 changed files with 31 additions and 12 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"

View file

@ -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:
clint:
clint:
clint: Homepage: https://github.com/kennethreitz/clint
clint:
clint:
clint:
clint:
clint: