          MODULE=python-gflags
         VERSION=3.1.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=http://github.com/google/python-gflags/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:f1692c79ccf4a55d13895dcd195f0db1ebd55c71024b431ec953703b38d73f96
        WEB_SITE=https://pypi.python.org/pypi/python-gflags/
         ENTERED=20160526
         UPDATED=20181118
	    TYPE=python3
           SHORT="A Python implementation of the Google commandline flags module"

cat << EOF
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.
EOF
