diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-18 16:39:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-18 16:39:22 +0000 |
commit | 5f8758564a1c2890a2cdb8b82e967187d9c05503 (patch) | |
tree | 02e5326d5053400f89477bf55b7753810a3f1a86 /x11 | |
parent | 4981a0ecfa97c2fa6596dadfa572fe789f42c4f8 (diff) | |
download | pkgsrc-5f8758564a1c2890a2cdb8b82e967187d9c05503.tar.gz |
Update to 4.6.1:
4.6.1:
Bugfix release.
4.6.0:
* alternate, more Pythonic, APIs have been defined for QDate,
QDateTime, QString, QTextStream, QTime, QUrl and QVariant.
Applications may select a particular API. By default Python v3
uses the new versions and Python v2 uses the old versions
* Qt properties can be initialised using keyword arguments passed
when creating an instance
* signals can be connected using keyword arguments passed when
creating an instance
* the QObject.pyqtConfigure() method has been added to set Qt
properties and connect signals using keyword arguments at any
time
* Python v2.6 and later allow a Python bytearray to be used whenever
a QByteArray is expected
* the getOpenFileNameAndFilter(), getOpenFileNamesAndFilter() and
getSaveFileNameAndFilter() static methods have been added to
QFileDialog
* a QLatin1String can be passed whenever a QString is expected
* the compileUiDir() function has been added to the uic module.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4/Makefile | 5 | ||||
-rw-r--r-- | x11/py-qt4/PLIST.common | 3 | ||||
-rw-r--r-- | x11/py-qt4/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/x11/py-qt4/Makefile b/x11/py-qt4/Makefile index f9427c864c2..e8f1e8ca989 100644 --- a/x11/py-qt4/Makefile +++ b/x11/py-qt4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2009/09/23 09:54:46 tron Exp $ +# $NetBSD: Makefile,v 1.15 2009/11/18 16:39:22 wiz Exp $ # PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} -PYQT_VERSION= 4.5.4 -PKGREVISION= 1 +PYQT_VERSION= 4.6.1 CATEGORIES= x11 python MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ diff --git a/x11/py-qt4/PLIST.common b/x11/py-qt4/PLIST.common index 9e0d21b68a7..ec90f18d1da 100644 --- a/x11/py-qt4/PLIST.common +++ b/x11/py-qt4/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.6 2009/07/30 11:34:18 drochner Exp $ +@comment $NetBSD: PLIST.common,v 1.7 2009/11/18 16:39:22 wiz Exp $ bin/pylupdate4 bin/pyrcc4 bin/pyuic4 @@ -55,7 +55,6 @@ ${PYSITELIB}/PyQt4/uic/widget-plugins/phonon.py ${PYSITELIB}/PyQt4/uic/widget-plugins/qaxcontainer.py ${PYSITELIB}/PyQt4/uic/widget-plugins/qscintilla.py ${PYSITELIB}/PyQt4/uic/widget-plugins/qtwebkit.py -${PYSITELIB}/PyQt4/uic/widget-plugins/qwt.py ${PYSITELIB}/dbus/mainloop/qt.so qt4/plugins/designer/libpythonplugin.la share/sip${PYVERSSUFFIX}/Qt/Qtmod.sip diff --git a/x11/py-qt4/distinfo b/x11/py-qt4/distinfo index facbe8d6682..0a60cdb691f 100644 --- a/x11/py-qt4/distinfo +++ b/x11/py-qt4/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2009/07/29 19:47:24 drochner Exp $ +$NetBSD: distinfo,v 1.6 2009/11/18 16:39:22 wiz Exp $ -SHA1 (PyQt-x11-gpl-4.5.4.tar.gz) = be8b01b8b2343a6a85f18d16f10bc549e88265d6 -RMD160 (PyQt-x11-gpl-4.5.4.tar.gz) = 0f7a48edb65116c8fb23357f66d164ff1fe48684 -Size (PyQt-x11-gpl-4.5.4.tar.gz) = 6970552 bytes +SHA1 (PyQt-x11-gpl-4.6.1.tar.gz) = a1ef956ff2f3fbdada98032c1332d77a2fc89f37 +RMD160 (PyQt-x11-gpl-4.6.1.tar.gz) = 6f0b70dc2b23809a7bbd7c3ab53b48e4e52be2ea +Size (PyQt-x11-gpl-4.6.1.tar.gz) = 6979314 bytes SHA1 (patch-aa) = ff6010dec03d1e17e2023d2f6d4418a03bf21bcc |