diff options
-rw-r--r-- | devel/py-argcomplete/DESCR | 4 | ||||
-rw-r--r-- | devel/py-argcomplete/Makefile | 18 | ||||
-rw-r--r-- | devel/py-argcomplete/PLIST | 22 | ||||
-rw-r--r-- | devel/py-argcomplete/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/devel/py-argcomplete/DESCR b/devel/py-argcomplete/DESCR new file mode 100644 index 00000000000..7a9bf42fb69 --- /dev/null +++ b/devel/py-argcomplete/DESCR @@ -0,0 +1,4 @@ +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 --git a/devel/py-argcomplete/Makefile b/devel/py-argcomplete/Makefile new file mode 100644 index 00000000000..e9c3d383796 --- /dev/null +++ b/devel/py-argcomplete/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2014/10/30 13:50:41 fhajny Exp $ + +DISTNAME= argcomplete-0.8.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= sysutils +MASTER_SITES= https://pypi.python.org/packages/source/a/argcomplete/ + +MAINTAINER= filip@joyent.com +HOMEPAGE= https://github.com/kislyuk/argcomplete/ +COMMENT= Bash tab completion for argparse +LICENSE= apache-2.0 + +PYTHON_VERSIONS_INCOMPATIBLE= 26 + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-argcomplete/PLIST b/devel/py-argcomplete/PLIST new file mode 100644 index 00000000000..6a243a76592 --- /dev/null +++ b/devel/py-argcomplete/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2014/10/30 13:50:41 fhajny Exp $ +bin/activate-global-python-argcomplete +bin/python-argcomplete-check-easy-install-script +bin/register-python-argcomplete +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/argcomplete/__init__.py +${PYSITELIB}/argcomplete/__init__.pyc +${PYSITELIB}/argcomplete/__init__.pyo +${PYSITELIB}/argcomplete/bash_completion.d/python-argcomplete.sh +${PYSITELIB}/argcomplete/completers.py +${PYSITELIB}/argcomplete/completers.pyc +${PYSITELIB}/argcomplete/completers.pyo +${PYSITELIB}/argcomplete/my_argparse.py +${PYSITELIB}/argcomplete/my_argparse.pyc +${PYSITELIB}/argcomplete/my_argparse.pyo +${PYSITELIB}/argcomplete/my_shlex.py +${PYSITELIB}/argcomplete/my_shlex.pyc +${PYSITELIB}/argcomplete/my_shlex.pyo diff --git a/devel/py-argcomplete/distinfo b/devel/py-argcomplete/distinfo new file mode 100644 index 00000000000..3df898e4c52 --- /dev/null +++ b/devel/py-argcomplete/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/30 13:50:41 fhajny Exp $ + +SHA1 (argcomplete-0.8.1.tar.gz) = cb137d87c2060c55a550e52e0c2511c462b9fdc0 +RMD160 (argcomplete-0.8.1.tar.gz) = e459effaf7c4053dac716c20c1993a00da2f2e29 +Size (argcomplete-0.8.1.tar.gz) = 30272 bytes |