./devel/py-click-default-group, Extends click.Group to invoke a command without explicit subcommand name

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.4nb1, Package name: py311-click-default-group-1.2.4nb1, Maintainer: pkgsrc-users

`DefaultGroup` is a sub class of click.Group, but it invokes a
default subcommand instead of showing a help message when a subcommand
is not passed.


Master sites:

Filesize: 3.423 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-08-12 09:22:19 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-click-default-group: fix typo
   2023-08-05 09:19:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-click-default-group: updated to 1.2.4

1.2.4
Unknown changes
   2023-07-03 14:37:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-click-default-group: fix for Python 2 by using versioned_dependencies
   2023-05-05 12:40:43 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-click-default-group: import py-click-default-group-1.2.2

`DefaultGroup` is a sub class of click.Group, but it invokes a
default subcommand instead of showing a help message when a subcommand
is not passed.