2009-02-13 03:05:26 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Needs INSTALL_ROOT=${DESTDIR:Q} in make install environment, just like
qt4-libs, for proper destdir build (this is how I missed the file wiz added to
PLIST; destdir build was slightly broken).
|
2009-02-11 18:56:48 by Matthias Drochner | Files touched by this commit (1) |
Log message:
don't include pyversion.mk directly - this breaks Python version
propagation if the pkg is required by another one
(use extension.mk instead)
|
2008-12-23 23:22:16 by Thomas Klausner | Files touched by this commit (2) |
Log message:
For Python versions < 2.5, elementtree is included -- add it to PLIST.
Reported by Hasso Tepper.
|
2008-12-16 07:44:43 by Hasso Tepper | Files touched by this commit (1) |
Log message:
Python-2.3 isn't OK because it isn't OK for sysutils/py-dbus.
|
2008-12-14 17:19:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add buildlink3.mk file.
|
2008-12-13 13:45:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add py-elementtree dependency, used by
/usr/pkg/lib/python2.5/site-packages/PyQt4/uic/uiparser.py via
PyQt4.elementtree.ElementTree.
Bump PKGREVISION.
|
2008-12-13 13:31:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Add missing file to PLIST.
|
2008-12-13 06:48:56 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Remove qt3 stale references.
|
2008-12-13 06:20:04 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Remove XXX comment about something I worked around (in patch-aa).
|
2008-12-13 06:19:12 by Eric Gillespie | Files touched by this commit (8) |  |
Log message:
Import py-qt4-4.4.4 (packaged by wiz, minor tweaks by me).
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.
|