./devel/py-argcomplete, Bash and other shells tab completion for argparse

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


Branch: CURRENT, Version: 3.3.0, Package name: py311-argcomplete-3.3.0, Maintainer: pkgsrc-users

Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script. It makes two assumptions:
- You're using bash or zsh as your shell
- You're using argparse to manage your command line arguments/options


Required to run:
[devel/py-setuptools] [lang/python37] [devel/py-importlib-metadata]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 79.914 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-15 07:09:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.3.0

Changes for v3.3.0 (2024-04-14)

- Preserve compatibility with argparse option tuples of length 4. This
  update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.
   2024-03-09 07:58:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.2.3

Changes for v3.2.3 (2024-03-07)

-  Allow register-python-argcomplete output to be used as lazy-loaded
   zsh completion module

-  Move debug_stream initialization to helper method to allow fd 9
   behavior to be overridden in subclasses
   2024-01-24 07:49:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.2.2

Changes for v3.2.2 (2024-01-23)

Expand tilde in zsh
   2023-12-11 22:14:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.2.1

Changes for v3.2.1 (2023-12-10)

-  Allow explicit zsh global completion activation

Changes for v3.2.0 (2023-12-09)

-  Fix and test global completion in zsh
-  Add –yes option to activate-global-python-argcomplete
-  Test suite improvements
   2023-11-17 19:07:42 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.1.6

Changes for v3.1.6 (2023-11-12)
- Respect user choice in activate-global-python-argcomplete

Changes for v3.1.5 (2023-11-12)
- Escape colon in zsh completions.
   2023-11-09 13:59:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.1.4

Changes for v3.1.4 (2023-11-01)
- Call \_default as a fallback in zsh global completion

Changes for v3.1.3 (2023-11-01)
- Use homebrew prefix by default
- zsh: Allow to use external script
- Add support for Python 3.12 and drop EOL 3.6 and 3.7
   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-09-28 17:52:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-argcomplete: updated to 3.1.2

Changes for v3.1.2 (2023-09-16)
- Ensure Python 3.12+ compatibility in check_console_script