           SPELL=pyserial
         VERSION=2.1
          SOURCE=$SPELL-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
          MD5[0]='b2e11ffa387801f5f24b4aea0fa7d742'
      LICENSE[0]=PYTHON
       BUILD_API=2
        WEB_SITE=http://pyserial.sourceforge.net/
         ENTERED=20020318
         UPDATED=20040806
           SHORT="Python library for accessing serial ports"
cat << EOF
This module encapsulates the access for the serial port. 
It provides backends for Python running on Windows, Linux, 
BSD (possibly any POSIX compilant system) and Jython. The 
module named "serial" automatically selects the appropriate 
backend.
EOF
