Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
devel/py-argparse/DESCR Normal file
View 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...

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.6 2012/10/31 11:19:28 asau Exp $
#
VERSION= 1.2.1
DISTNAME= argparse-${VERSION}
PKGNAME= ${PYPKGPREFIX}-argparse-${VERSION}
CATEGORIES= devel
MASTER_SITES= http://argparse.googlecode.com/files/
#EXTRACT_SUFX= .tar.gz
MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://code.google.com/p/argparse/
COMMENT= Easy, declarative interface for creating command line tools
LICENSE= apache-2.0
#PYTHON_VERSIONS_INCLUDE_3X= yes
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

8
devel/py-argparse/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2012/02/16 22:11:38 gls Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/argparse.py
${PYSITELIB}/argparse.pyc
${PYSITELIB}/argparse.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/02/16 22:11:38 gls Exp $
SHA1 (argparse-1.2.1.tar.gz) = caadac82aa2576d6b445058c1fcf6ef0b14dbaa1
RMD160 (argparse-1.2.1.tar.gz) = 4ba4f413fab2a5f566b9b9bf1572714cd762fc66
Size (argparse-1.2.1.tar.gz) = 69297 bytes