          MODULE=python2-future
         VERSION=0.16.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/PythonCharmers/python-future/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/python-future-$VERSION
      SOURCE_VFY=sha256:904dfd0bbc36b5d82879d0dc9ced84fa1b6d4c621e7a7dbf9efeb61561e1d637
        WEB_SITE=https://python-future.org/
         ENTERED=20181023
         UPDATED=20181023
            TYPE=python2
           SHORT="Clean single-source support for Python 3 and 2"

cat << EOF
Python-future is the missing compatibility layer between Python 2 and Python 3.
It allows you to use a single, clean Python 3.x-compatible codebase to support
both Python 2 and Python 3 with minimal overhead.
EOF
