freebsd-ports/devel/py-python-gflags/pkg-descr
Sunpoet Po-Chuan Hsieh 9e4907823d Move devel/py-gflags to devel/py-python-gflags and update to 3.1.0
- 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)
2017-01-10 19:24:35 +00:00

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