          MODULE=asciidoc
         VERSION=10.2.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/asciidoc/asciidoc-py3/archive/${VERSION}.tar.gz
      SOURCE_VFY=sha256:8e1fb9691952cc4f13357e1ef58172e566c5f88e3c44222d4a8693585f884507
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-py-$VERSION
        WEB_SITE=https://asciidoc-py.github.io/index.html
         ENTERED=20121224
         UPDATED=20240721
           SHORT="Text based document generation"

cat << EOF
AsciiDoc is a text document format for writing notes, documentation, articles,
books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can
be translated to many formats including HTML, PDF, EPUB, man page.
AsciiDoc is highly configurable: both the AsciiDoc source file syntax and the
backend output markups (which can be almost any type of SGML/XML markup) can be
customized and extended by the user.
EOF
