Import py26-argparse-1.1 as devel/py-argparse.
The argparse module provides an easy, declarative interface for creating command line tools, which knows how to: * parse the arguments and flags from sys.argv * convert arg strings into objects for your program * format and print informative help messages * and much more...
This commit is contained in:
parent
dd31fbd1fc
commit
ec57fda1ee
4 changed files with 38 additions and 0 deletions
7
devel/py-argparse/DESCR
Normal file
7
devel/py-argparse/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The argparse module provides an easy, declarative interface for
|
||||
creating command line tools, which knows how to:
|
||||
|
||||
* parse the arguments and flags from sys.argv
|
||||
* convert arg strings into objects for your program
|
||||
* format and print informative help messages
|
||||
* and much more...
|
21
devel/py-argparse/Makefile
Normal file
21
devel/py-argparse/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 17:25:51 gdt Exp $
|
||||
#
|
||||
|
||||
VERSION= 1.1
|
||||
DISTNAME= argparse-${VERSION}
|
||||
PKGNAME= ${PYPKGPREFIX}-argparse-${VERSION}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://argparse.googlecode.com/files/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= gdt@ir.bbn.com
|
||||
HOMEPAGE= http://argparse.googlecode.com/files/
|
||||
COMMENT= Easy, declarative interface for creating command line tools
|
||||
LICENSE= apache-2.0
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/py-argparse/PLIST
Normal file
5
devel/py-argparse/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/24 17:25:51 gdt Exp $
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/argparse.py
|
||||
${PYSITELIB}/argparse.pyc
|
||||
${PYSITELIB}/argparse.pyo
|
5
devel/py-argparse/distinfo
Normal file
5
devel/py-argparse/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/24 17:25:51 gdt Exp $
|
||||
|
||||
SHA1 (argparse-1.1.zip) = da0c55dc79cafe0eec50e7f10b06c72319a96f78
|
||||
RMD160 (argparse-1.1.zip) = 57a1f074ea95891fa473396851e8302b03637bb8
|
||||
Size (argparse-1.1.zip) = 151471 bytes
|
Loading…
Reference in a new issue