summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-30 14:37:10 +0100
committer Robby Workman2014-02-01 07:40:32 +0100
commit2aae5f217858838dc413061f64503953e6457a3d (patch)
treeccfd1549d8d5ba1d257c8d7446c6cbdc16a2c9ac /python
parent8c0775d3dc47f463dffde0e4f1914cad83fd1aa6 (diff)
downloadslackbuilds-2aae5f217858838dc413061f64503953e6457a3d.tar.gz
python/clint: Updated for version 0.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/clint/README23
-rw-r--r--python/clint/clint.SlackBuild4
-rw-r--r--python/clint/clint.info8
-rw-r--r--python/clint/slack-desc4
4 files changed, 29 insertions, 10 deletions
diff --git a/python/clint/README b/python/clint/README
index 1a32a4ba2e..f748c75f0e 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 fdf68c338b..548f7c9d81 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 502c6fe4a3..a2442b8714 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 5a641ecd8d..9a70221090 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: