          MODULE=ctypes
         VERSION=1.0.2
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/$MODULE/
      SOURCE_VFY=sha1:7f77f2b507a50f292297831ee50e310037398e14
        WEB_SITE=http://starship.python.net/crew/theller/ctypes/
         ENTERED=20040604
         UPDATED=20080503
           SHORT="Python package to create and manipulate C data types"
cat << EOF
ctypes is a Python package to create and manipulate C data types
in Python, and to call functions in dynamic link libraries/shared
dlls. It allows wrapping these libraries in pure Python.
EOF
