pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gflags



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 26 15:01:13 UTC 2014

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

Log Message:
Import py27-gflags-2.0 as devel/py-gflags.

GFlags defines a *distributed* command line system, replacing
systems like getopt(), optparse and manual argument processing.
Rather than an application having to define all flags in or near
main(), each python module defines flags that are useful to it.
When one python module imports another, it gains access to the
other's flags.

It includes the ability to define flag types (boolean, float,
interger, list), autogeneration of help (in both human and machine
readable format) and reading arguments from a file. It also includes
the ability to automatically generate man pages from the help flags.


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