pkgsrc/x11/py-qt3-base/DESCR
reed cc86acdeca Lots of little changes to package. Not an upgrade though.
Split this up into a Makefile.common to be used by other packages.

For Darwin, use a different DISTFILE as told by the py-kde list.

Improve DESCR. (The same DESCRiption was used by multiple packages.)
2005-07-01 01:20:28 +00:00

13 lines
657 B
Text

PyQt is a set of Python bindings for the Qt toolkit. PyQt brings
together the Qt C++ cross-platform toolkit and the cross-platform
interpreted language Python. PyQt contains 300 classes and over
5,750 functions and methods.
PyQt also includes the pyuic and pylupdate utilities which correspond
to the Qt uic and lupdate utilities. pyuic converts the GUI designs
created with Qt Designer to executable Python code. pylupdate
scans Python code, extracts all strings that are candidates for
internationalisation, and creates an XML file for use by Qt Linguist.
The x11/py-qt3-modules and x11/py-qt3-qscintilla packages provide
more Python modules for Qt.