Sat Dec 13 05:48:56 2008 UTC ()
Remove qt3 stale references.


(epg)
diff -r1.1.1.1 -r1.2 pkgsrc/x11/py-qt4/DESCR

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/py-qt4/Attic/DESCR (expand / switch to unified diff)

--- pkgsrc/x11/py-qt4/Attic/DESCR 2008/12/13 05:19:12 1.1.1.1
+++ pkgsrc/x11/py-qt4/Attic/DESCR 2008/12/13 05:48:56 1.2
@@ -1,13 +1,10 @@ @@ -1,13 +1,10 @@
1PyQt is a set of Python bindings for the Qt toolkit. PyQt brings 1PyQt is a set of Python bindings for the Qt toolkit. PyQt brings
2together the Qt C++ cross-platform toolkit and the cross-platform 2together the Qt C++ cross-platform toolkit and the cross-platform
3interpreted language Python. PyQt contains 300 classes and over 3interpreted language Python. PyQt contains 300 classes and over
45,750 functions and methods. 45,750 functions and methods.
5 5
6PyQt also includes the pyuic and pylupdate utilities which correspond 6PyQt also includes the pyuic and pylupdate utilities which correspond
7to the Qt uic and lupdate utilities. pyuic converts the GUI designs 7to the Qt uic and lupdate utilities. pyuic converts the GUI designs
8created with Qt Designer to executable Python code. pylupdate 8created with Qt Designer to executable Python code. pylupdate
9scans Python code, extracts all strings that are candidates for 9scans Python code, extracts all strings that are candidates for
10internationalisation, and creates an XML file for use by Qt Linguist. 10internationalisation, and creates an XML file for use by Qt Linguist.
11 
12The x11/py-qt3-modules and x11/py-qt3-qscintilla packages provide 
13more Python modules for Qt.