diff options
author | adam <adam@pkgsrc.org> | 2017-12-19 05:56:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-19 05:56:31 +0000 |
commit | 0f174c12753625f183a7ea228efd7e84498914a3 (patch) | |
tree | 8bfcc3c6cc49c9d016eba00b6645ed4fd28cac03 | |
parent | a70be200316c4870b76656c1b0894e89fb71aea9 (diff) | |
download | pkgsrc-0f174c12753625f183a7ea228efd7e84498914a3.tar.gz |
py-args: added version 0.1.0
This simple module gives you an elegant interface for your command line
argumemnts.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/py-args/DESCR | 2 | ||||
-rw-r--r-- | devel/py-args/Makefile | 16 | ||||
-rw-r--r-- | devel/py-args/PLIST | 9 | ||||
-rw-r--r-- | devel/py-args/distinfo | 6 |
5 files changed, 35 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 984621d93b3..e2813fcc6b2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2581 2017/12/18 23:30:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.2582 2017/12/19 05:56:31 adam Exp $ # COMMENT= Development utilities @@ -1833,6 +1833,7 @@ SUBDIR+= py-appdirs SUBDIR+= py-argcomplete SUBDIR+= py-argh SUBDIR+= py-argparse +SUBDIR+= py-args SUBDIR+= py-astor SUBDIR+= py-astroid SUBDIR+= py-async-timeout diff --git a/devel/py-args/DESCR b/devel/py-args/DESCR new file mode 100644 index 00000000000..004b3cfdc1d --- /dev/null +++ b/devel/py-args/DESCR @@ -0,0 +1,2 @@ +This simple module gives you an elegant interface for your command line +argumemnts. diff --git a/devel/py-args/Makefile b/devel/py-args/Makefile new file mode 100644 index 00000000000..263cc782e5b --- /dev/null +++ b/devel/py-args/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2017/12/19 05:56:31 adam Exp $ + +DISTNAME= args-0.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/args/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/kennethreitz/args +COMMENT= Command Arguments for Humans +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-args/PLIST b/devel/py-args/PLIST new file mode 100644 index 00000000000..79cd028dd2b --- /dev/null +++ b/devel/py-args/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2017/12/19 05:56:31 adam Exp $ +${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}/args.py +${PYSITELIB}/args.pyc +${PYSITELIB}/args.pyo diff --git a/devel/py-args/distinfo b/devel/py-args/distinfo new file mode 100644 index 00000000000..17f6c76eed1 --- /dev/null +++ b/devel/py-args/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/12/19 05:56:31 adam Exp $ + +SHA1 (args-0.1.0.tar.gz) = 2fcab65fb504d33aa146a454f54c6768b5e9175a +RMD160 (args-0.1.0.tar.gz) = 336938ae77f4fe897352c48a923b3981727f4d68 +SHA512 (args-0.1.0.tar.gz) = 664d33386af2ac0b9d30344db5fb5cea4210f600df28708ada19266afec237d6e6d9d57f03c8b64cfdbb6a17eff05f633a2cc4ddbfedc320dd133be246aee033 +Size (args-0.1.0.tar.gz) = 3048 bytes |