summaryrefslogtreecommitdiff
path: root/x11/py-qt4/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-11-18 16:39:22 +0000
committerwiz <wiz@pkgsrc.org>2009-11-18 16:39:22 +0000
commit8dce2d189d0990dab8167a563e046506b5148973 (patch)
tree02e5326d5053400f89477bf55b7753810a3f1a86 /x11/py-qt4/Makefile
parent4834a789a6eb1a87ca0064a56374e0650b5b9982 (diff)
downloadpkgsrc-8dce2d189d0990dab8167a563e046506b5148973.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/py-qt4/Makefile')
-rw-r--r--x11/py-qt4/Makefile5
1 files changed, 2 insertions, 3 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/