[arch-commits] Commit in python-qt/trunk (PKGBUILD)

2011-04-04 Thread Ray Rashif
Date: Monday, April 4, 2011 @ 02:29:56
  Author: schiv
Revision: 117484

add PyQt term to desc for easier searching

Modified:
  python-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 06:29:24 UTC (rev 117483)
+++ PKGBUILD2011-04-04 06:29:56 UTC (rev 117484)
@@ -7,7 +7,7 @@
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
-pkgdesc=A set of Python 3 bindings for the Qt toolkit
+pkgdesc=PyQt: A set of Python 3 bindings for the Qt toolkit
 depends=('python2-qt' 'python-sip')
 optdepends=('phonon: enable audio and video in PyQt applications'
'qscintilla: QScintilla API'



[arch-commits] Commit in python-qt/trunk (PKGBUILD)

2011-02-21 Thread Andrea Scarpino
Date: Monday, February 21, 2011 @ 07:42:56
  Author: andrea
Revision: 110673

upgpkg: python-qt 4.8.3-2
python 3.2 rebuild

Modified:
  python-qt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:18:58 UTC (rev 110672)
+++ PKGBUILD2011-02-21 12:42:56 UTC (rev 110673)
@@ -3,7 +3,7 @@
 
 pkgname=python-qt
 pkgver=4.8.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')



[arch-commits] Commit in python-qt/trunk (PKGBUILD fix-stackedwidget-bug.patch)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:30:35
  Author: andrea
Revision: 107406

prepare next release

Modified:
  python-qt/trunk/PKGBUILD  (contents, properties)
Deleted:
  python-qt/trunk/fix-stackedwidget-bug.patch

-+
 PKGBUILD|   13 -
 fix-stackedwidget-bug.patch |   11 ---
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:30:26 UTC (rev 107405)
+++ PKGBUILD2011-01-24 17:30:35 UTC (rev 107406)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=python-qt
-pkgver=4.8.2
-pkgrel=4
+pkgver=4.8.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -13,17 +13,12 @@
'qscintilla: QScintilla API'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
 makedepends=('phonon' 'qt-assistant-compat')
-source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
-'fix-stackedwidget-bug.patch')
-md5sums=('142a32f126f205a2bd77f6a9910f5333'
-'42cfd44a8ec063cce3e328ddb9892565')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('d54fd1c37a74864faf42709c8102f254')
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
 
-  # Already fixed upstream
-  patch -Np1 -i ${srcdir}/fix-stackedwidget-bug.patch
-
   python configure.py \
 --confirm-license \
 --qsci-api


Property changes on: python-qt/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Deleted: fix-stackedwidget-bug.patch
===
--- fix-stackedwidget-bug.patch 2011-01-24 17:30:26 UTC (rev 107405)
+++ fix-stackedwidget-bug.patch 2011-01-24 17:30:35 UTC (rev 107406)
@@ -1,11 +0,0 @@
 PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py~  2010-12-27 14:01:31.500057960 
-0800
-+++ PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py   2010-12-27 14:01:44.460058033 
-0800
-@@ -158,7 +158,7 @@
- # Ignore the parent if it is a container.
- parent = self.stack.topwidget
- if isinstance(parent, (QtGui.QDockWidget, QtGui.QMdiArea,
--   QtGui.QScrollArea, QtGui.StackedWidget,
-+   QtGui.QScrollArea, QtGui.QStackedWidget,
-QtGui.QToolBox, QtGui.QTabWidget,
-QtGui.QWizard)):
- parent = None



[arch-commits] Commit in python-qt/trunk (PKGBUILD)

2011-01-10 Thread Andrea Scarpino
Date: Monday, January 10, 2011 @ 21:00:00
  Author: andrea
Revision: 105730

remove provides and replaces and fix conflicts

Modified:
  python-qt/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-11 01:59:20 UTC (rev 105729)
+++ PKGBUILD2011-01-11 02:00:00 UTC (rev 105730)
@@ -13,9 +13,7 @@
 optdepends=('phonon: enable audio and video in PyQt applications'
'qscintilla: QScintilla API'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
-provides=('pyqt4')
-replaces=('pyqt4')
-conflicts=('pyqt4')
+conflicts=('python2-qt')
 
source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
 'fix-stackedwidget-bug.patch')
 md5sums=('142a32f126f205a2bd77f6a9910f5333'