Summary: | [NEW PORT] devel/py-argcomplete: command line completion for argparse | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tony Narlock <tony> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | pi, python | ||||||
Priority: | --- | Keywords: | patch-ready | ||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 196307 | ||||||||
Attachments: |
|
QA Created attachment 151079 [details] Poudriere build output > $ portlint -ACNc > looks fine. This looks good to me (poudriere-tested). I'm going to promote the PR and also add python@ in copy. A commit references this bug: Author: pi Date: Sun Feb 15 11:18:25 UTC 2015 New revision: 379032 URL: https://svnweb.freebsd.org/changeset/ports/379032 Log: 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> Changes: head/devel/Makefile head/devel/py-argcomplete/ head/devel/py-argcomplete/Makefile head/devel/py-argcomplete/distinfo head/devel/py-argcomplete/pkg-descr Committed, thanks. |
Created attachment 151078 [details] py-argcomplete