Port details |
- py-argcomplete Bash tab completion for argparse
- 3.6.0 devel
=4 3.5.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-03-19 03:38:25
- Commit Hash: b929443
- 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.
- 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 = 1742070330
SHA256 (argcomplete-3.6.0.tar.gz) = 2e4e42ec0ba2fff54b0d244d0b1623e86057673e57bafe72dda59c64bd5dee8b
SIZE (argcomplete-3.6.0.tar.gz) = 73135
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
- databases/pgbarman
- devel/commitizen
- devel/nox
- devel/py-b2
- devel/py-knack
- devel/py-milc
-
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.0 19 Mar 2025 03:38:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.6.0
Changes: https://github.com/kislyuk/argcomplete/releases |
3.5.3 02 Jan 2025 16:43:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.5.3
Changes: https://github.com/kislyuk/argcomplete/releases |
3.5.2 25 Dec 2024 19:15:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.5.2
Changes: https://github.com/kislyuk/argcomplete/releases |
3.5.1 14 Oct 2024 05:25:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.5.1
Changes: https://github.com/kislyuk/argcomplete/releases |
3.5.0 15 Aug 2024 10:55:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.5.0
Changes: https://github.com/kislyuk/argcomplete/releases |
3.4.0 18 Jun 2024 14:25:54
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.4.0
Changes: https://github.com/kislyuk/argcomplete/releases |
3.3.0 20 Apr 2024 14:25:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.3.0
Changes: https://github.com/kislyuk/argcomplete/releases |
3.2.3 23 Mar 2024 14:31:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.2.3
Changes: https://github.com/kislyuk/argcomplete/releases |
3.2.2 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
3.2.2 21 Feb 2024 15:07:12
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.2.2
Changes: https://github.com/kislyuk/argcomplete/releases |
3.2.1 14 Dec 2023 20:45:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.2.1
Changes: https://github.com/kislyuk/argcomplete/releases |
3.1.6 14 Nov 2023 21:19:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.1.6
Changes: https://github.com/kislyuk/argcomplete/releases |
3.1.4 14 Nov 2023 17:15:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.1.4
Changes: https://github.com/kislyuk/argcomplete/releases |
3.1.2 22 Sep 2023 03:17:54
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.1.2
Changes: https://github.com/kislyuk/argcomplete/releases |
3.1.1 04 Sep 2023 09:04:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 3.1.1
Changes: https://github.com/kislyuk/argcomplete/releases |
2.1.2 26 Aug 2023 23:19:04
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update WWW |
2.1.2 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.1.2 09 Apr 2023 13:36:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Convert to USE_PYTHON=unittest |
2.1.2 05 Apr 2023 17:30:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 2.1.2
- Update WWW and clean up pkg-descr
Changes: https://github.com/kislyuk/argcomplete/releases |
2.0.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0 28 Feb 2022 12:46:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 2.0.0
Changes: https://github.com/kislyuk/argcomplete/releases |
1.12.3 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
1.12.3 25 Apr 2021 20:35:22
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-argcomplete: Update to 1.12.3
Changes: https://github.com/kislyuk/argcomplete/releases |
1.12.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.12.2 26 Nov 2020 21:17:29
  |
sunpoet  |
Update to 1.12.2
Changes: https://github.com/kislyuk/argcomplete/releases |
1.12.1 29 Sep 2020 18:17:54
  |
sunpoet  |
Update to 1.12.1
Changes: https://github.com/kislyuk/argcomplete/releases |
1.12.0 27 Sep 2020 19:31:55
  |
sunpoet  |
Fix build after r549823 |
1.12.0 24 Jul 2020 07:11:31
  |
sunpoet  |
Update to 1.12.0
Changes: https://github.com/kislyuk/argcomplete/releases |
1.11.1 14 Jul 2020 07:59:28
  |
antoine  |
Unbreak bulk -a |
1.11.1 15 Jan 2020 17:46:09
  |
sunpoet  |
Update to 1.11.1
Changes: https://github.com/kislyuk/argcomplete/releases |
1.11.0 29 Dec 2019 12:54:05
  |
sunpoet  |
Update to 1.11.0
Changes: https://github.com/kislyuk/argcomplete/releases |
1.10.3 10 Dec 2019 17:11:10
  |
sunpoet  |
Update to 1.10.3
Changes: https://github.com/kislyuk/argcomplete/releases |
1.10.2 08 Dec 2019 17:01:21
  |
sunpoet  |
Update to 1.10.2
Changes: https://github.com/kislyuk/argcomplete/releases |
1.10.0 15 May 2019 15:54:21
  |
sunpoet  |
Update to 1.10.0
Changes: https://github.com/kislyuk/argcomplete/releases |
1.9.5_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.9.5 05 Apr 2019 22:43:32
  |
sunpoet  |
Update to 1.9.5
Changes: https://github.com/kislyuk/argcomplete/releases |
1.9.4 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.9.4 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.9.4 03 Mar 2018 19:15:55
  |
sunpoet  |
Update to 1.9.4
- Add TEST_DEPENDS
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Add GitHub repository to WWW
- Take maintainership
Changes: https://github.com/kislyuk/argcomplete/releases |
0.8.4 26 Feb 2018 17:00:21
  |
yuri  |
Reset maintainership of 4 ports maintained by tony@git-pull.com
Based on his reply:
"I cannot maintain these ports at this time, ... I think it may be best to
remove the ports for now."
Approved by: tcberner (mentor, implicit) |
0.8.4 15 Feb 2015 11:18:24
  |
pi  |
New port: devel/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
WWW: https://pypi.python.org/pypi/argcomplete
PR: 196358
Submitted by: Tony Narlock <tony@git-pull.com> |