           SPELL=python-gitdb
         VERSION=4.0.5
          SOURCE="gitdb-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/gitpython-developers/gitdb/archive/$VERSION.tar.gz
     SOURCE_HASH=sha512:bab3b44000d84e849a4c637e39d01b1a6a62a8e2de884e99657f90529633c63709f5e72c21b55bee9e18a3607239c1c8f78951c1ab97a82f1a55732594729fb6
SOURCE_DIRECTORY="$BUILD_DIRECTORY/gitdb-$VERSION"
        WEB_SITE="https://gitdb.readthedocs.org"
      LICENSE[0]="BSD-3-clause"
         ENTERED=20210318
        KEYWORDS=""
           SHORT="IO of git-style object databases"
cat << EOF
GitDB allows you to access bare git repositories for reading and writing. It
aims at allowing full access to loose objects as well as packs with performance
and scalability in mind. It operates exclusively on streams, allowing to handle
large objects with a small memory footprint.
EOF
