py-args: added version 0.1.0
This simple module gives you an elegant interface for your command line argumemnts.
This commit is contained in:
parent
22459b96ac
commit
daa56fd72e
5 changed files with 35 additions and 1 deletions
|
@ -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
|
||||
|
|
2
devel/py-args/DESCR
Normal file
2
devel/py-args/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This simple module gives you an elegant interface for your command line
|
||||
argumemnts.
|
16
devel/py-args/Makefile
Normal file
16
devel/py-args/Makefile
Normal file
|
@ -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"
|
9
devel/py-args/PLIST
Normal file
9
devel/py-args/PLIST
Normal file
|
@ -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
|
6
devel/py-args/distinfo
Normal file
6
devel/py-args/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue