diff options
author | adam <adam@pkgsrc.org> | 2017-12-18 08:48:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-18 08:48:26 +0000 |
commit | e84a68b8cc657ec55cfed5e2a6e8adb365b1c94f (patch) | |
tree | 484de6e04ecca651f7ca77780da845a3fd72a912 /devel/py-testtools | |
parent | c798ddc3d7213ee762aa8259832806bedc8d91d6 (diff) | |
download | pkgsrc-e84a68b8cc657ec55cfed5e2a6e8adb365b1c94f.tar.gz |
py-clint: added version 0.5.1
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.
Current Features:
* Little Documentation (bear with me for now)
* CLI Colors and Indents
* Extremely Simple + Powerful Column Printer
* Iterator-based Progress Bar
* Implicit Argument Handling
* Simple Support for Incoming Unix Pipes
* Application Directory management
Diffstat (limited to 'devel/py-testtools')
-rw-r--r-- | devel/py-testtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index ce2ccfcc706..376d5be189d 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2017/05/21 06:45:39 adam Exp $ +# $NetBSD: Makefile,v 1.18 2017/12/18 08:48:26 adam Exp $ DISTNAME= testtools-2.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devel +CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/testtools/} MAINTAINER= pkgsrc-users@NetBSD.org |