           SPELL=pygtk2
         VERSION=2.6.2
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=pygtk-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pygtk-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/pygtk/$BRANCH/$SOURCE
          MD5[0]='56a0008b22e5be1b95aa7ba51a8ce3bb'
      LICENSE[0]=LGPL
       BUILD_API=2
        WEB_SITE=http://www.daa.com.au/~james/software/pygtk/
         ENTERED=20020523
         UPDATED=20050510
           SHORT="pygtk is a set of python bindings for GTK."
cat << EOF
PyGTK is a set of bindings for the GTK widget set.  It provides an
object oriented interface that is slightly higher level than the C one.
It automatically does all the type casting  and reference counting that
you would have to do normally with the C API.
EOF
