           SPELL=pelican
         VERSION=4.7.2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://pypi.io/packages/source/p/${SPELL}/${SOURCE}"
     SOURCE_HASH=sha512:0fcb77159a99ff1da28e16925c27d5a700b56b25f8ade20682864fc02381e8ec27bec13c0bc1c614b9f0e7473006fe8fd890f84d4286d3abd39e4fbb8902e684
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://getpelican.com/"
      LICENSE[0]="Affero GPL"
         ENTERED=20130702
           SHORT="tool to generate a static blog from reStructuredText or Markdown input files"
cat << EOF
Pelican is a static site generator, written in Python, that requires no database
or server-side logic.

Some of the features include:

o Write your content in reStructuredText, Markdown, or AsciiDoc formats
o Completely static output is easy to host anywhere
o Themes that can be customized via Jinja templates
o Publish content in multiple languages
o Atom/RSS feeds
o Code syntax highlighting
o Import from WordPress, Dotclear, RSS feeds, and other services
o Modular plugin system and corresponding plugin repository
o ... and many other features.
EOF
