- Add LICENSE_FILE - Add NO_ARCH - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) - Remove PROJECTHOST - Update WWW Changes: https://github.com/google/python-gflags/releases PR: 215614 Differential Revision: https://reviews.FreeBSD.org/D8926 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
7 lines
371 B
Text
7 lines
371 B
Text
The gflags package contains a library that implements commandline flags
|
|
processing. As such it's a replacement for getopt(). It has increased
|
|
flexibility, including built-in support for Python types, and the ability to
|
|
define flags in the source file in which they're used. (This last is its major
|
|
difference from OptParse.)
|
|
|
|
WWW: https://github.com/google/python-gflags
|