           SPELL=pywordnet
         VERSION=2.0.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
   SOURCE_URL[1]=http://unc.dl.sourceforge.net/sourceforge/$SPELL/$SOURCE
     SOURCE_HASH=sha512:2073765c2fa2a2b91c200ded22c60412af1ff89d5104d24d8624602872f34cb6c657aaa9f4ff2c2b203403437f198f908f8e9f9714b2a3f24b6a1ce4375e8d2b
        WEB_SITE=http://pywordnet.sourceforge.net
      LICENSE[0]=ART
         ENTERED=20040804
            DOCS="LICENSE.txt $DOCS"
        KEYWORDS="doc python"
           SHORT="Python interface to the WordNet."
cat <<EOF
PyWordNet is a Python interface to the WordNet database of word meanings
and lexical relationships. It presents a concise interface to WordNet,
that allows the user to type expressions such as N['dog'],
hyponyms(N['dog'] [0]), and closure(ADJ['red'], SYNONYM) to query
the database.
EOF
