pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-configargparse



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  9 09:14:19 UTC 2015

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

Log Message:
Import py34-configargparse-0.9.3 as devel/py-configargparse, packaged
for wip by leot1990.

Applications with more than a handful of user-settable options are best
configured through a combination of command line args, config files,
hard-coded defaults, and in some cases, environment variables.

Python's command line parsing modules like argparse have very limited support
for config files and environment variables, so this module extends argparse to
add these features.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-configargparse/DESCR \
    pkgsrc/devel/py-configargparse/Makefile \
    pkgsrc/devel/py-configargparse/PLIST \
    pkgsrc/devel/py-configargparse/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