Thu Apr 17 20:55:16 2014 UTC ()
Initial import of py-docopt, version 0.6.1, into the NetBSD Packages Collection.

Docopt helps you create most beautiful command-line interfaces easily.

The option parser is generated based on a docstring that is passed to docopt
function. docopt parses the usage pattern ("Usage: ...") and option
descriptions (lines starting with dash "-") and ensures that the program
invocation matches the usage pattern; it parses options, arguments and commands
based on that. The basic idea is that a good help message has all necessary
information in it to make a parser.


(imil)
diff -r0 -r1.1 pkgsrc/devel/py-docopt/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-docopt/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-docopt/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-docopt/distinfo

File Added: pkgsrc/devel/py-docopt/DESCR
Docopt helps you create most beautiful command-line interfaces easily.

The option parser is generated based on a docstring that is passed to docopt
function. docopt parses the usage pattern ("Usage: ...") and option
descriptions (lines starting with dash "-") and ensures that the program
invocation matches the usage pattern; it parses options, arguments and commands
based on that. The basic idea is that a good help message has all necessary
information in it to make a parser.

File Added: pkgsrc/devel/py-docopt/Makefile
# $NetBSD: Makefile,v 1.1 2014/04/17 20:55:16 imil Exp $

DISTNAME=	docopt-0.6.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel
MASTER_SITES=	https://pypi.python.org/packages/source/d/docopt/

MAINTAINER=	imil@NetBSD.org
HOMEPAGE=	https://pypi.python.org/packages/source/d/docopt/
COMMENT=	Helps creating command-line interfaces
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-docopt/PLIST
@comment $NetBSD: PLIST,v 1.1 2014/04/17 20:55:16 imil Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/docopt.py
${PYSITELIB}/docopt.pyc
${PYSITELIB}/docopt.pyo

File Added: pkgsrc/devel/py-docopt/distinfo
$NetBSD: distinfo,v 1.1 2014/04/17 20:55:16 imil Exp $

SHA1 (docopt-0.6.1.tar.gz) = 3d0ad1cf495d2c801327042e02d67b4ee4b85cd4
RMD160 (docopt-0.6.1.tar.gz) = 452526a02437706139bb02acc10f6499f4bbf470
Size (docopt-0.6.1.tar.gz) = 25815 bytes