SPELL=click VERSION=7.1.2 SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]="https://github.com/pallets/click/archive/$VERSION.tar.gz" SOURCE_HASH=sha512:d0caf2fb0a258774a18a7b8f83bdfa73abeb70196a70b45a6cc35befaeb862d068d2f2cce4e27201ab2e3adcd02e7e2f099d6c37c497a507010eefa10ad16eba SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://click.pocoo.org" LICENSE[0]=BSD ENTERED=20150821 SHORT="a simple wrapper around optparse for powerful command line utilities" cat << EOF Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. EOF .