7775671e6f
Version 5.1 ----------- (bugfix release, released on 17th August 2015) - Fix a bug in `pass_obj` that would accidentally pass the context too. Version 5.0 ----------- (codename "tok tok", released on 16th August 2015) - Removed various deprecated functionality. - Atomic files now only accept the `w` mode. - Change the usage part of help output for very long commands to wrap their arguments onto the next line, indented by 4 spaces. - Fix a bug where return code and error messages were incorrect when using ``CliRunner``. - added `get_current_context`. - added a `meta` dictionary to the context which is shared across the linked list of contexts to allow click utilities to place state there. - introduced `Context.scope`. - The `echo` function is now threadsafe: It calls the `write` method of the underlying object only once. - `prompt(hide_input=True)` now prints a newline on `^C`. - Click will now warn if users are using ``unicode_literals``. - Click will now ignore the ``PAGER`` environment variable if it is empty or contains only whitespace. - The `click-contrib` GitHub organization was created.
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/08/30 14:43:25 wiz Exp $
|
|
|
|
DISTNAME= click-5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://pypi.python.org/packages/source/c/click/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/click
|
|
COMMENT= Simple wrapper around optparse for powerful command line utilities
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|