          MODULE=python-apsw
         VERSION=3.31.1-r1
          SOURCE=apsw-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/apsw-$VERSION
 SOURCE_URL_FULL=https://github.com/rogerbinns/apsw/archive/$VERSION.tar.gz
      SOURCE_VFY=sha256:9906788d613396e3fdebac196d051cf18a22f30fb9c6674ff050646c942e1eb8
        WEB_SITE=http://github.com/rogerbinns/apsw/
            TYPE=python2
         ENTERED=20131005
         UPDATED=20200425
           SHORT="Another Python SQLite Wrapper"

cat << EOF
APSW is a Python wrapper for the SQLite embedded relational database engine. In
contrast to other wrappers such as pysqlite it focuses on being a minimal layer
over SQLite attempting just to translate the complete SQLite API into Python.
EOF
