           SPELL=boto3
         VERSION=git
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]=git://github.com/boto/boto3.git
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/boto/boto3"
      LICENSE[0]=APACHE
         ENTERED=20170202
           SHORT="AWS SDK for Python"
cat << EOF
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
Python, which allows Python developers to write software that makes use of
services like Amazon S3 and Amazon EC2.
EOF
