. "$GRIMOIRE"/FUNCTIONS
           SPELL=botocore
         VERSION=$(get_scm_version)
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]=git_http://github.com/boto/botocore.git
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/boto/botocore"
      LICENSE[0]=APACHE
         ENTERED=20141019
           SHORT="the low-level, core functionality of boto 3"
cat << EOF
A low-level interface to a growing number of Amazon Web Services. The botocore
package is the foundation for AWS-CLI.
EOF
