1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: python-gtk
Section: interpreters
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 2.5.0.0
Package: python-gtk
Architecture: any
Depends: python-base (>= 1.5), ${shlibs:Depends}
Suggests: python-gdk-imlib
Description: GTK support module for Python.
This archive contains modules that allow you to use gtk in Python
programs. At this point, it is still very much a work in progress.
Despite the low version number, this piece of software is quite useful,
and is usable to write moderately complex programs. (see
/usr/doc/python-gtk/examples for some examples of the simpler programs
you could write).
Package: python-gdk-imlib
Architecture: any
Depends: python-gtk (=${Source-Version}), python-base (>= 1.5), ${shlibs:Depends}
Description: GTK gdk_imlib support module for Python.
This archive contains modules that allow you to use gdk_imlib in Python
programs. (see /usr/doc/python-gtk/examples/imlib for some examples of
the simpler programs you could write).
Package: python-glade
Architecture: all
Depends: python-gtk (=${Source-Version}), python-base (>= 1.5)
Description: Put a bit of python code behind interfaces built with GLADE.
(See /usr/doc/python-gtk/examples/glade for some examples of
the simpler programs you could write).
|