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

Antonio Rojas arojas at archlinux.org
Sun Nov 10 17:40:13 UTC 2019


    Date: Sunday, November 10, 2019 @ 17:40:12
  Author: arojas
Revision: 367689

Build for python3 with sip5

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-10 16:51:37 UTC (rev 367688)
+++ PKGBUILD	2019-11-10 17:40:12 UTC (rev 367689)
@@ -7,11 +7,11 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.13.2
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url="https://riverbankcomputing.com/software/pyqt/intro"
 license=('GPL')
-makedepends=('python-sip-pyqt5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 'python2-opengl' 'python2-enum34'
+makedepends=('sip5' 'python2-sip-pyqt5' 'sip' 'python-opengl' 'python2-opengl' 'python2-enum34'
              'python2-dbus' 'python-dbus' 'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
              'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects')
 source=("https://www.riverbankcomputing.com/static/Downloads/PyQt5/$pkgver/PyQt5-$pkgver.tar.gz")
@@ -32,6 +32,7 @@
   cd "$srcdir"/PyQt5-$pkgver-py2
   python2 configure.py \
     --confirm-license \
+    --sip='/usr/bin/sip' \
     --no-sip-files \
     --qsci-api
   make
@@ -50,7 +51,7 @@
 
 package_python-pyqt5(){
   pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip-pyqt5' 'pyqt5-common')
+  depends=('pyqt5-common')
   optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
               'python-dbus: for python-dbus mainloop support'
               'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'



More information about the arch-commits mailing list