[Lunar-commits] <moonbase> PyQt-4: version bumped to 4.4.3.
Florin Braescu
florin at lunar-linux.org
Sun Sep 14 18:23:42 CEST 2008
commit 02e49f7d0953adb01ef953ea1d5dffc7f4352bb9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 14 19:23:42 2008 +0300
PyQt-4: version bumped to 4.4.3.
Changes:
- Added support for Qt v4.4.1.
- A QChar can now be used whenever a QString is expected.
- All read related methods that take a maximum read length will now raise an
exception if the length is negative.
- The QVariant constructor that took a QVariantList argument has been
replaced with the fromList() static method.
- The QVariant constructor that took a QVariantMap argument has been replaced
with the fromMap() static method.
- Added the embeddeddialogs.py and padnavigator.py examples.
---
python/PyQt-4/BUILD | 10 ++++++++++
python/PyQt-4/DEPENDS | 2 ++
python/PyQt-4/DETAILS | 18 ++++++++++++++++++
qt4-apps/PyQt-4/BUILD | 10 ----------
qt4-apps/PyQt-4/DEPENDS | 2 --
qt4-apps/PyQt-4/DETAILS | 19 -------------------
6 files changed, 30 insertions(+), 31 deletions(-)
diff --git a/python/PyQt-4/BUILD b/python/PyQt-4/BUILD
new file mode 100644
index 0000000..f3f16e1
--- /dev/null
+++ b/python/PyQt-4/BUILD
@@ -0,0 +1,10 @@
+(
+
+ . /etc/profile.d/qt4.rc
+
+ echo "yes" | MORE="20000000" python ./configure.py $OPTS &&
+ default_make &&
+ mkdir -p /usr/share/$MODULE &&
+ cp -Rf examples /usr/share/$MODULE
+
+) > $C_FIFO 2>&1
diff --git a/python/PyQt-4/DEPENDS b/python/PyQt-4/DEPENDS
new file mode 100644
index 0000000..2133eed
--- /dev/null
+++ b/python/PyQt-4/DEPENDS
@@ -0,0 +1,2 @@
+depends sip
+depends qt4
diff --git a/python/PyQt-4/DETAILS b/python/PyQt-4/DETAILS
new file mode 100644
index 0000000..876affa
--- /dev/null
+++ b/python/PyQt-4/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=PyQt-4
+ EXTRA=x11-gpl
+ VERSION=4.4.3
+ SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
+ SOURCE_URL=http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4
+ SOURCE_VFY=sha1:24d6c5d6e7fca9f51eb00a1809ee9d674760239d
+ MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+ WEB_SITE=http://www.riverbankcomputing.co.uk/news
+ ENTERED=20080102
+ UPDATED=20080914
+ SHORT="A set of Python bindings for the Qt 4.x toolkit"
+
+cat << EOF
+PyQt is a set of Python bindings for the Qt 4.x toolkit. The bindings
+are implemented as a set of Python modules: qt, qtcanvas, qtgl,
+qtnetwork, qtsql, qttable and qtxml.
+EOF
diff --git a/qt4-apps/PyQt-4/BUILD b/qt4-apps/PyQt-4/BUILD
deleted file mode 100644
index f3f16e1..0000000
--- a/qt4-apps/PyQt-4/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- . /etc/profile.d/qt4.rc
-
- echo "yes" | MORE="20000000" python ./configure.py $OPTS &&
- default_make &&
- mkdir -p /usr/share/$MODULE &&
- cp -Rf examples /usr/share/$MODULE
-
-) > $C_FIFO 2>&1
diff --git a/qt4-apps/PyQt-4/DEPENDS b/qt4-apps/PyQt-4/DEPENDS
deleted file mode 100644
index 2133eed..0000000
--- a/qt4-apps/PyQt-4/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends sip
-depends qt4
diff --git a/qt4-apps/PyQt-4/DETAILS b/qt4-apps/PyQt-4/DETAILS
deleted file mode 100644
index 073a207..0000000
--- a/qt4-apps/PyQt-4/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=PyQt-4
- EXTRA=x11-gpl
- VERSION=4.4.2
- SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
- SOURCE_URL=http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/
- SOURCE_VFY=sha1:4ad3f5050f6546578ac4d423ffbdbc3149ef79a0
- MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
- WEB_SITE=http://www.riverbankcomputing.co.uk/news
- ENTERED=20080102
- UPDATED=20080531
- SHORT="A set of Python bindings for the Qt toolkit"
-
-cat << EOF
-PyQt is a set of Python bindings for the Qt toolkit. The bindings are
-implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork,
-qtsql, qttable and qtxml, and contains 300 classes and over 5,750
-functions and methods.
-EOF
More information about the Lunar-commits
mailing list