           MODULE=python-google-api-python-client
          VERSION=2.179.0
           SOURCE=google-api-python-client-$VERSION.tar.gz
  SOURCE_URL_FULL=https://github.com/googleapis/google-api-python-client/archive/v$VERSION.tar.gz
       SOURCE_VFY=sha256:0a5709fd6e72c656f8340f8b43a88245f595340e6a7754ae009378c2cb6cf56a
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/google-api-python-client-$VERSION
         WEB_SITE=https://github.com/google/google-api-python-client
             TYPE=python3
          ENTERED=20160526
          UPDATED=20250829
         REPLACES=google-api-python-client
            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
