diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-10-30 13:41:44 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-10-30 13:41:44 +0000 |
commit | 9aadf3fbc6f783593854c8554d25228ea6482d48 (patch) | |
tree | 9f28b8835065314ffee0552f0b4c1d2f8ade68e8 /devel/py-argh | |
parent | e580065bb0da748fe8b1ebf70d4fc9770ee92efb (diff) | |
download | pkgsrc-9aadf3fbc6f783593854c8554d25228ea6482d48.tar.gz |
Import py-argh based on wip/py-argh.
An unobtrusive argparse wrapper with natural syntax.
Diffstat (limited to 'devel/py-argh')
-rw-r--r-- | devel/py-argh/DESCR | 1 | ||||
-rw-r--r-- | devel/py-argh/Makefile | 16 | ||||
-rw-r--r-- | devel/py-argh/PLIST | 41 | ||||
-rw-r--r-- | devel/py-argh/distinfo | 5 |
4 files changed, 63 insertions, 0 deletions
diff --git a/devel/py-argh/DESCR b/devel/py-argh/DESCR new file mode 100644 index 00000000000..08478032891 --- /dev/null +++ b/devel/py-argh/DESCR @@ -0,0 +1 @@ +An unobtrusive argparse wrapper with natural syntax diff --git a/devel/py-argh/Makefile b/devel/py-argh/Makefile new file mode 100644 index 00000000000..f08f928e8d9 --- /dev/null +++ b/devel/py-argh/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2014/10/30 13:41:44 fhajny Exp $ + +DISTNAME= argh-0.26.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= https://pypi.python.org/packages/source/a/argh/ + +MAINTAINER= kamelderouiche@yahoo.com +HOMEPAGE= http://github.com/neithere/argh/ +COMMENT= Unobtrusive argparse wrapper with natural syntax +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-argh/PLIST b/devel/py-argh/PLIST new file mode 100644 index 00000000000..2fa94c49153 --- /dev/null +++ b/devel/py-argh/PLIST @@ -0,0 +1,41 @@ +@comment $NetBSD: PLIST,v 1.1 2014/10/30 13:41:44 fhajny Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/argh/__init__.py +${PYSITELIB}/argh/__init__.pyc +${PYSITELIB}/argh/__init__.pyo +${PYSITELIB}/argh/assembling.py +${PYSITELIB}/argh/assembling.pyc +${PYSITELIB}/argh/assembling.pyo +${PYSITELIB}/argh/compat.py +${PYSITELIB}/argh/compat.pyc +${PYSITELIB}/argh/compat.pyo +${PYSITELIB}/argh/completion.py +${PYSITELIB}/argh/completion.pyc +${PYSITELIB}/argh/completion.pyo +${PYSITELIB}/argh/constants.py +${PYSITELIB}/argh/constants.pyc +${PYSITELIB}/argh/constants.pyo +${PYSITELIB}/argh/decorators.py +${PYSITELIB}/argh/decorators.pyc +${PYSITELIB}/argh/decorators.pyo +${PYSITELIB}/argh/dispatching.py +${PYSITELIB}/argh/dispatching.pyc +${PYSITELIB}/argh/dispatching.pyo +${PYSITELIB}/argh/exceptions.py +${PYSITELIB}/argh/exceptions.pyc +${PYSITELIB}/argh/exceptions.pyo +${PYSITELIB}/argh/helpers.py +${PYSITELIB}/argh/helpers.pyc +${PYSITELIB}/argh/helpers.pyo +${PYSITELIB}/argh/interaction.py +${PYSITELIB}/argh/interaction.pyc +${PYSITELIB}/argh/interaction.pyo +${PYSITELIB}/argh/io.py +${PYSITELIB}/argh/io.pyc +${PYSITELIB}/argh/io.pyo +${PYSITELIB}/argh/utils.py +${PYSITELIB}/argh/utils.pyc +${PYSITELIB}/argh/utils.pyo diff --git a/devel/py-argh/distinfo b/devel/py-argh/distinfo new file mode 100644 index 00000000000..523defa65df --- /dev/null +++ b/devel/py-argh/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/30 13:41:44 fhajny Exp $ + +SHA1 (argh-0.26.0.tar.gz) = 87a268f615cb47a96e210a3181837e90b66fbaa7 +RMD160 (argh-0.26.0.tar.gz) = a9f527172dcb27781aaaced494bde0144615caa0 +Size (argh-0.26.0.tar.gz) = 32238 bytes |