[Lunar-commits] CVS: moonbase/devel/PyQt BUILD, 1.3, 1.4 DEPENDS,
1.2, 1.3 DETAILS, 1.12, 1.13
Florin Braescu
florin at lunar-linux.org
Sun Feb 20 14:46:46 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/PyQt
In directory espresso.foo-projects.org:/tmp/cvs-serv28482/devel/PyQt
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
bump the version from 3.13 to 3.14.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/PyQt/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 29 May 2004 11:19:42 -0000 1.3
+++ BUILD 20 Feb 2005 14:46:43 -0000 1.4
@@ -1,6 +1,8 @@
(
- default_make &&
- mkdir -p /usr/share/PyQt &&
- cp -R examples3 /usr/share/PyQt &&
+
+ default_make &&
+ mkdir -p /usr/share/PyQt &&
+ cp -R examples3 /usr/share/PyQt &&
cp -R sip /usr/share/PyQt
+
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/PyQt/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 12 Jul 2003 13:00:21 -0000 1.2
+++ DEPENDS 20 Feb 2005 14:46:44 -0000 1.3
@@ -1,3 +1,4 @@
depends sip &&
-depends qt3 &&
+depends qt3 &&
+
optional_depends "qscintilla" "" "" "For qscintilla support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/PyQt/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS 5 Oct 2004 09:29:54 -0000 1.12
+++ DETAILS 20 Feb 2005 14:46:44 -0000 1.13
@@ -1,18 +1,18 @@
MODULE=PyQt
EXTRA=x11-gpl
- VERSION=3.13
+ VERSION=3.14
SOURCE=$MODULE-$EXTRA-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$EXTRA-$VERSION
SOURCE_URL=http://www.river-bank.demon.co.uk/download/PyQt/
- SOURCE_VFY=sha1:05e1300b5fd40ce92b2e6ab1b1ae8e7ab0497628
+ SOURCE_VFY=sha1:6ba594d099211546adca4d5130826ed805680ce1
WEB_SITE=http://www.riverbankcomputing.co.uk/pyqt/index.php
ENTERED=20020520
- UPDATED=20040923
+ UPDATED=20050220
SHORT="PyQt is 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.
+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