The NetBSD Project

CVS log for pkgsrc/devel/py-argcomplete/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / py-argcomplete

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:00 2024 UTC (3 days, 7 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Oct 7 10:52:05 2024 UTC (5 weeks, 3 days ago) by adam
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -4 lines
py-argcomplete: updated to 3.5.1

Changes for v3.5.1 (2024-10-06)

-  Restore compatibility with argparse in Python 3.12.7+

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Aug 7 15:13:08 2024 UTC (3 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
py-argcomplete: updated to 3.5.0

Changes for v3.5.0 (2024-08-06)

- Use project.scripts instead of setuptools scripts
- Test infrastructure improvements

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jun 17 07:57:49 2024 UTC (4 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
py-argcomplete: updated to 3.4.0

Changes for v3.4.0 (2024-06-16)
===============================

-  No stdin for python calls from bash completion functions

   Prevents usage of stdin by (python) executables that are called
   during completion generation. This prevents the completion locking up
   the entire shell when the python script is broken i.e. it enters an
   interactive mode (REPL) instead of generating the completions, as
   expected.

-  Localize shell variable REPLY to avoid overwriting users’ value

   The variable REPLY is used by default by the ``read`` shell builtin
   to store the return value, and like all bash/zsh variables, is scoped
   globally. This change allows this variable to be used for other needs
   by appropriately scoping its internal use by an argcomplete utility
   function that uses ``read``.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Apr 15 05:09:46 2024 UTC (7 months ago) by adam
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -2 lines
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+.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Mar 9 06:58:10 2024 UTC (8 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
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

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jan 24 06:49:19 2024 UTC (9 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
py-argcomplete: updated to 3.2.2

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

Expand tilde in zsh

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Dec 11 21:14:35 2023 UTC (11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
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

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Nov 17 18:07:42 2023 UTC (11 months, 4 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
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.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Nov 9 12:59:33 2023 UTC (12 months ago) by adam
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3 lines
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

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:56:56 2023 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -1 lines
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.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Sep 28 15:52:02 2023 UTC (13 months, 2 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
py-argcomplete: updated to 3.1.2

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

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Jul 30 15:19:42 2023 UTC (15 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +10 -13 lines
py-argcomplete: updated to 3.1.1

Changes for v3.1.1 (2023-06-11)
- Search through asdf shims
- Use \` as escape character in PowerShell

Changes for v3.1.0 (2023-06-10)
- setup.py -> pyproject.toml migration start
- Improve user install logic in activate-global-python-argcomplete
- Ensure Python 3.7 compatibility in check_console_script
- ZSH implementation fixes
- Documentation improvements

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Apr 30 12:50:12 2023 UTC (18 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +10 -7 lines
py-argcomplete: update to 3.0.8.

Changes for v3.0.8 (2023-04-23)
===============================

-  Test suite shell wrapper: Accept OSError on exit

Changes for v3.0.7 (2023-04-23)
===============================

-  Test suite: Use general regex to cut zsh reset ANSI sequences (#425)

Changes for v3.0.6 (2023-04-22)
===============================

-  Allow importlib-metadata 6.x; skip test failures on Python 3.7 (#420,
   #424)

-  Note completers can return iterables of strings, not just lists
   (#422)

-  Documentation and test improvements

Changes for v3.0.5 (2023-03-25)
===============================

-  Call \_default as fallback in zsh global completion hook

-  Begin support for mapping-emitting completers

Changes for v3.0.4 (2023-03-21)
===============================

-  activate-global-python-argcomplete: do not overwrite existing dotfile
   in user directory

-  Add NOTICE file

-  Establish long term name for split_line as
   argcomplete.lexers.split_line

Changes for v3.0.3 (2023-03-20)
===============================

-  Re-add split_line to API (#419)

Changes for v3.0.2 (2023-03-19)
===============================

Fix zsh default completion issues

Changes for v3.0.1 (2023-03-19)
===============================

-  Fix zsh autoload issues

Changes for v3.0.0 (2023-03-19)
===============================

-  Fully support zsh. Argcomplete now supports completion descriptions
   and global completion in zsh.

-  Clean up top level namespace.

-  Documentation and test improvements.

Changes for v2.1.2 (2023-03-17)
===============================

-  Test infrastructure improvements

-  Indicate that there is no support commitment for fish and tcsh shells

Changes for v2.1.1 (2023-03-06)
===============================

-  Documentation and test improvements

Changes for v2.1.0 (2023-03-06)
===============================

-  Remove scripts for contrib-supported shells from global namespace

Changes for v2.0.6 (2023-03-06)
===============================

-  setup.py: exclude test.\* subpackages from find_packages (#406)

-  Support PowerShell (#405)

-  CI updates

Changes for v2.0.5 (2023-03-04)
===============================

-  Revert “Support powershell (#392)”

Changes for v2.0.4 (2023-03-04)
===============================

-  Fix interrupted release (v2.0.1)

Changes for v2.0.3 (2023-03-04)
===============================

-  Fix interrupted release (v2.0.1)

Changes for v2.0.2 (2023-03-04)
===============================

-  Fix interrupted release (v2.0.1)

Changes for v2.0.1 (2023-03-04)
===============================

-  Support powershell (#392)

-  Update importlib-metadata dependency to include versions 5.x (#389)

-  Test and documentation improvements

Changes for v2.0.0 (2022-01-03)
===============================

-  Truncate input after cursor. Fixes #351 (#352)

-  Support of path completion in fish #327 (#359)

-  Drop support for Python 2.7 and 3.5 (#361)

-  Add support for Python 3.10 (#356)

-  Test, documentation, and release infrastructure improvements

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 29 09:34:05 2023 UTC (19 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -2 lines
*: use PYTHON_VERSION instead of _PYTHON_VERSION

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Aug 24 09:25:55 2022 UTC (2 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3 lines
*: use coverage from versioned_dependencies.mk

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jan 29 08:48:40 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
*: convert py-flake8 users to versioned_dependencies

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 25 09:05:10 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -2 lines
*: use versioned_dependencies.mk for py-importlib-metadata

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:41:01 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -2 lines
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:49 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed May 19 09:54:00 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
py-argcomplete: updated to 1.12.3

Changes for v1.12.3
- Update importlib-metadata version pin
- Display script debug output in tcsh
- Fish support improvements
- Print ``warn()`` message from beginning of line
- Test infrastructure improvements

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 24 06:30:28 2020 UTC (3 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
py-argcomplete: updated to 1.12.2

Changes for v1.12.2
- Update importlib-metadata dependency pin
- Add change log project URL
- Replace Travis CI with GitHub Actions

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Oct 19 12:31:56 2020 UTC (4 years ago) by adam
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
py-argcomplete: updated to 1.12.1

Changes for v1.12.1
- Update importlib-metadata dependency version range
- Bash nounset mode fixes

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jul 14 17:43:46 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
py-argcomplete: updated to 1.12.0

Changes for v1.12.0
-  Help string support for fish
-  Add option to use tempfiles for IPC
-  Fix multiple command registration for non-bash shells
-  Register auto completion for an arbitrary name using a given external
   script
-  Skip completions from active subprocess completer
-  Fix warnings regarding invalid escape sequences

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 27 19:37:39 2020 UTC (4 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
*: reset MAINTAINER for fhajny on his request

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 11 17:21:26 2020 UTC (4 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -2 lines
py-argcomplete: updated to 1.11.1

Changes for v1.11.1:
-  Add -o bashdefault to register-python-argcomplete’s output command

Changes for v1.11.0:
-  Use shell builtins where possible
-  Switch from pkg_resources to importlib
-  Remove .sh extension by bash-completion convention
-  Catch exceptions in \_check_module
-  Documentation and test improvements

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Nov 20 08:32:02 2019 UTC (4 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
py-argcomplete: updated to 1.10.2

Changes for v1.10.2:
-  Include all test directory contents in source distribution

Changes for v1.10.1:
-  Trigger completers on –optional=PARTIAL_VALUE
-  Complete console scripts installed from wheels

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 10 10:15:46 2019 UTC (5 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -4 lines
py-argcomplete: updated to 1.10.0

Changes for v1.10.0:
Fish support

Changes for v1.9.5:
check_module: Don’t crash, exit with error instead
Register completion for multiple commands

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:12:21 2018 UTC (5 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
*: update email for fhajny

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 14 12:20:03 2018 UTC (6 years, 9 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
devel/py-argparse: Update to 1.9.4.

- Use the correct interpreter when checking wrappers
- Provide shellcode as a module function

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 20 15:57:27 2017 UTC (6 years, 11 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update devel/py-argcomplete to 1.9.3.

- Fix handling of COMP_POINT
- Fix crash when writing unicode to debug_stream in Python 2

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 28 09:58:12 2017 UTC (7 years, 2 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update devel/py-argcomplete to 1.9.2.

- Add SuppressCompleter to skip completion for specific arguments
  while allowing help text
- Redirect all output to debug stream in debug mode
- Complete python -m module

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 27 14:28:12 2017 UTC (7 years, 9 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update devel/py-argcomplete to 1.8.2.

Changes for v1.8.2 (2017-01-26)
- Fix bug introduced in v0.7.1 where completers would not receive
  the parser keyword argument.
- Documentation improvements.

Changes for v1.8.1 (2017-01-21)
- Fix completion after tokens with wordbreak chars (#197)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 20 09:38:57 2017 UTC (7 years, 9 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Update devel/py-argcomplete to 1.8.0.

- Simplify nospace handling in global completion (#195)
- Specially handle all characters in COMP_WORDBREAKS (#187)
- Use setuptools tests-require directive, fixes #186
- Complete files using the specified interpreter (#192)
- Fix completion for scripts run via python (#191)
- Clarify argument to register-python-argcomplete (#190)
- Fix handling of commas and other special chars (#172); handle more
  special characters (#189)
- Fix handling of special characters in tcsh (#188)
- Update my_shlex to Python 3.6 version (#184)
- Fix additional trailing space in exact matches (#183)
- Adjust tests to handle development environments (#180)
- Fix tcsh tests on OSX (#177); Update bash on OSX (#176); Check output
  of test setup command (#179)
- Optionally disable duplicated flags (#143)
- Add default_completer option to CompletionFinder.call (#167)
- Let bash add or suppress trailing space (#159)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Dec 2 10:24:31 2016 UTC (7 years, 11 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update devel/py-argcomplete to 1.7.0.

- Restore parser to its original state to allow reuse after completion.
- Expose COMP_TYPE environment variable.
- Test infrastructure and documentation improvements.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 4 10:55:44 2016 UTC (8 years ago) by fhajny
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update devel/py-argcomplete to 1.6.0.

1.6.0
- Add support for tcsh
- Fix handling of unquoted completions containing $
- Don't insert unnecessary leading quote char in completions
- Fix parser reuse with positional arguments
- Tests: Add simple pexpect tests for bash; Add test case to
  verify #20 is fixed

1.5.1
- Packaging fix

1.5.0
- Do not suggest options from mutually exclusive groups

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 17 11:54:09 2016 UTC (8 years, 5 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update devel/py-argcomplete to 1.4.1.

Version 1.4.1 (2016-06-14)
- activate-global-python-argcomplete runs on Homebrew out of the box

Version 1.4.0 (2016-06-10)
- Correctly handle suggestions for positionals with variable-length
  nargs. Thanks to @evanunderscore (#132, #133).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 6 14:51:07 2016 UTC (8 years, 5 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Update devel/py-argcomplete to 1.3.0.

Version 1.3.0 (2016-06-01)
- Correctly handle suggestions with custom nargs for optionals.

Version 1.2.0 (2016-05-25)
- Fix propagation of partially parsed subparser namespace into
  parent parser namespace upon subparser failure due to partial
  args. This allows completers to access partial parse results for
  subparser optionals in parsed_args (#114).
- The default completer can now be specified when manually
  instantiating CompletionFinder. Thanks to @avylove (#130).

Version 1.1.1 (2016-03-22)
- Use FilesCompleter as default completer fallback (#120).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 22 11:41:59 2016 UTC (8 years, 8 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update devel/py-argcomplete to 1.1.0.

- Recognize subclasses of argparse._SubParsersAction.
- Support parsed_args in custom completers with missing args.
- Non-ASCII support in FilesCompleter.
- Automatically enable FilesCompleter for argparse.FileType arguments.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 24 16:31:28 2015 UTC (9 years, 2 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update devel/py-argcomplete to 1.0.0.

Version 1.0.0 (2015-08-22)
- Don't print args with suppressed help by default; add
  argcomplete.autocomplete(print_suppressed=True) to control this behavior.

Version 0.9.0 (2015-07-03)
- Fix always_complete_options=False support.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 9 14:55:57 2015 UTC (9 years, 5 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update devel/py-argcomplete to 0.8.9.

Version 0.8.9 (2015-06-01)
- Correct doc filename in setup.cfg (fixes bdist_rpm failure, Issue 111).
- Make context managers exception-safe.

Version 0.8.8 (2015-05-01)
- Build and upload universal wheel packages in release.
- Fix issue with non-string choices for arguments.
- Improve non-ascii argparse argument support on Python 2.7.

Version 0.8.7 (2015-04-11)
- register-python-argcomplete: add option to avoid default readline
  completion.

Version 0.8.6 (2015-04-11)
- Expand tilde in script name, allowing argcomplete to work when
  invoking scripts from one's home directory.

Version 0.8.5 (2015-04-07)
- Fix issues related to using argcomplete in a REPL environement.
- New helper method for custom completion display.
- Expand test suite; formatting cleanup.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 23:12:40 2015 UTC (9 years, 7 months ago) by rodent
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -3 lines
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 12 11:45:05 2014 UTC (9 years, 11 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update py-argcomplete to 0.8.4.

Version 0.8.4 (2014-12-11)
- Fix issue related to using argcomplete in a REPL environement. Thanks
  to @wapiflapi (pull request #91).

Version 0.8.3 (2014-11-09)
- Fix multiple issues related to using argcomplete in a REPL environement.
  Thanks to @wapiflapi (pull request #90).

Version 0.8.2 (2014-11-03)
- Don't strip colon prefix in completion results if COMP_WORDBREAKS does
  not contain a colon. Thanks to @berezv (pull request #88).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 30 13:50:41 2014 UTC (10 years ago) by fhajny
Branches: MAIN
Import py-argcomplete.

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>