e5f3c57afc
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
18 lines
479 B
Makefile
18 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/12/18 08:48:26 adam Exp $
|
|
|
|
DISTNAME= clint-0.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/clint/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/kennethreitz/clint
|
|
COMMENT= Python Command-line Application Tools
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-args-[0-9]*:../../devel/py-args
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|