Port details on branch 2022Q3 |
- py-argcomplete Bash tab completion for argparse
- 3.6.2 devel
=4 3.6.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2015-02-15 11:18:41
- Last Update: 2025-04-18 05:37:22
- Commit Hash: 76fc4f58
- People watching this port, also watch:: xorg-drivers, lua52, py39-pexpect, node
- Also Listed In: python
- License: APACHE20
- WWW:
- https://kislyuk.github.io/argcomplete/
- https://github.com/kislyuk/argcomplete
- Description:
- Argcomplete provides easy, extensible command line tab completion of arguments
for your Python script.
It makes two assumptions:
- You're using bash as your shell (limited support for zsh and tcsh is
available)
- You're using argparse to manage your command line arguments/options
Argcomplete is particularly useful if your program has lots of options or
subparsers, and if your program can dynamically suggest completions for your
argument/option values (for example, if the user is browsing resources over the
network).
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-argcomplete/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-argcomplete
- pkg install py311-argcomplete
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-argcomplete listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-argcomplete
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1744288858
SHA256 (argcomplete-3.6.2.tar.gz) = d0519b1bc867f5f4f4713c41ad0aba73a4a5f007449716b16f385f2166dc6adf
SIZE (argcomplete-3.6.2.tar.gz) = 73403
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatch-vcs>=0 : devel/py-hatch-vcs@py311
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- bash : shells/bash
- py311-coverage>=0 : devel/py-coverage@py311
- py311-mypy>=0 : devel/py-mypy@py311
- py311-pexpect>=0 : misc/py-pexpect@py311
- py311-wheel>=0 : devel/py-wheel@py311
- ruff : devel/ruff
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/nox
- misc/py-censys
- for Run
-
- biology/py-gffutils
- comms/py-esptool
- databases/pgbarman
- devel/commitizen
- devel/nox
- devel/py-b2
- devel/py-knack
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-argcomplete
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|