SPELL=python-markdown2 SPELLX=markdown2 VERSION=2.3.0 SOURCE_HASH=sha512:48bf8e26b34c48c0c12fc0f110b09d3232ea3394db3325d50639adf5cefb603344ee97b116e09b574f7c7414ab4a8293ddc37ca6706e41baaa14e399fa467d5f SOURCE=${SPELLX}-${VERSION}.zip SOURCE_URL[0]=http://pypi.python.org/packages/source/m/${SPELLX}/${SOURCE} SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}" WEB_SITE="https://github.com/trentm/python-markdown2" LICENSE[0]=MIT ENTERED=20141222 SHORT="fast and complete Python implementation of Markdown" cat << EOF Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. -- http://daringfireball.net/projects/markdown/ This is a fast and complete Python implementation of the Markdown spec. EOF .