pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-docopt



Module Name:    pkgsrc
Committed By:   imil
Date:           Thu Apr 17 20:55:16 UTC 2014

Added Files:
        pkgsrc/devel/py-docopt: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-docopt/DESCR \
    pkgsrc/devel/py-docopt/Makefile pkgsrc/devel/py-docopt/PLIST \
    pkgsrc/devel/py-docopt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index