           SPELL=pyme
         VERSION=0.8.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
     SOURCE_HASH=sha512:56e7131c1bc093248e9b22576aede991da163bf807e32504616b3f5d652e83d2647558dbd376241601ab9f2afa34a238aec5e290dbc87188eb977b9a4435a0d9
        WEB_SITE=http://pyme.sourceforge.net/
         ENTERED=20080408
      LICENSE[0]=GPL
           SHORT="a Python interface to GnuPG functions based on GPGME library"
cat << EOF
PyMe is a python interface to GPGME library.
PyMe's development model is GPGME + Python + SWIG (just like m2crypto is
an OpenSSL + Python + SWIG) combination which means that most of the functions
and types are converted from C into Python automatically by SWIG. In short, to
be able to use PyMe you need to be familiar with GPGME.
EOF
