[arch-commits] Commit in pyqt5/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Nov 24 16:59:17 UTC 2020


    Date: Tuesday, November 24, 2020 @ 16:59:17
  Author: arojas
Revision: 401805

archrelease: copy trunk to extra-x86_64

Added:
  pyqt5/repos/extra-x86_64/PKGBUILD
    (from rev 401804, pyqt5/trunk/PKGBUILD)
Deleted:
  pyqt5/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-24 16:59:08 UTC (rev 401804)
+++ PKGBUILD	2020-11-24 16:59:17 UTC (rev 401805)
@@ -1,62 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Yichao Yu <yyc1992 at gmail.com>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
-
-pkgbase=pyqt5
-pkgname=('python-pyqt5')
-pkgdesc="A set of Python bindings for the Qt5 toolkit"
-pkgver=5.15.1
-pkgrel=2
-arch=('x86_64')
-url="https://riverbankcomputing.com/software/pyqt/intro"
-license=('GPL')
-groups=(pyqt5)
-depends=('python-pyqt5-sip' 'qt5-base')
-optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-            'python-dbus: for python-dbus mainloop support'
-            'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-            'qt5-tools: QtHelp, QtDesigner'
-            'qt5-svg: QtSvg'
-            'qt5-webkit: QtWebKit, QtWebKitWidgets'
-            'qt5-xmlpatterns: QtXmlPatterns'
-            'qt5-declarative: QtQml, qmlplugin'
-            'qt5-serialport: QtSerialPort'
-            'qt5-websockets: QtWebSockets'
-            'qt5-connectivity: QtNfc, QtBluetooth'
-            'qt5-x11extras: QtX11Extras'
-            'qt5-networkauth: QtNetworkAuth'
-            'qt5-remoteobjects: QtRemoteObjects'
-            'qt5-speech: QtTextToSpeech'
-            'qt5-quick3d: QtQuick3D')
-provides=(qt5-python-bindings)
-makedepends=('sip5' 'pyqt-builder' 'python-opengl' 'python-dbus'
-             'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-speech' 'qt5-svg'
-             'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
-conflicts=('pyqt5-common')
-source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
-sha256sums=('d9a76b850246d08da9863189ecb98f6c2aa9b4d97a3e85e29330a264aed0f9a1')
-
-build() {
-  cd PyQt5-$pkgver
-  sip-build \
-    --confirm-license \
-    --no-make \
-    --api-dir /usr/share/qt/qsci/api/python
-  cd build
-  make
-}
-
-package_python-pyqt5(){
-  cd PyQt5-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install -j1
-
-  # Remove unused py2 version of uic modules:
-  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}

Copied: pyqt5/repos/extra-x86_64/PKGBUILD (from rev 401804, pyqt5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-24 16:59:17 UTC (rev 401805)
@@ -0,0 +1,62 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Yichao Yu <yyc1992 at gmail.com>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: riai <riai at bigfoot.com> Ben <ben at benmazer.net>
+
+pkgbase=pyqt5
+pkgname=('python-pyqt5')
+pkgdesc="A set of Python bindings for the Qt5 toolkit"
+pkgver=5.15.2
+pkgrel=1
+arch=('x86_64')
+url="https://riverbankcomputing.com/software/pyqt/intro"
+license=('GPL')
+groups=(pyqt5)
+depends=('python-pyqt5-sip' 'qt5-base')
+optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
+            'python-dbus: for python-dbus mainloop support'
+            'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
+            'qt5-tools: QtHelp, QtDesigner'
+            'qt5-svg: QtSvg'
+            'qt5-webkit: QtWebKit, QtWebKitWidgets'
+            'qt5-xmlpatterns: QtXmlPatterns'
+            'qt5-declarative: QtQml, qmlplugin'
+            'qt5-serialport: QtSerialPort'
+            'qt5-websockets: QtWebSockets'
+            'qt5-connectivity: QtNfc, QtBluetooth'
+            'qt5-x11extras: QtX11Extras'
+            'qt5-networkauth: QtNetworkAuth'
+            'qt5-remoteobjects: QtRemoteObjects'
+            'qt5-speech: QtTextToSpeech'
+            'qt5-quick3d: QtQuick3D')
+provides=(qt5-python-bindings)
+makedepends=('sip5' 'pyqt-builder' 'python-opengl' 'python-dbus'
+             'qt5-connectivity' 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-speech' 'qt5-svg'
+             'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 'qt5-networkauth' 'qt5-xmlpatterns' 'qt5-remoteobjects' 'qt5-quick3d')
+conflicts=('pyqt5-common')
+source=("https://pypi.python.org/packages/source/P/PyQt5/PyQt5-$pkgver.tar.gz")
+sha256sums=('372b08dc9321d1201e4690182697c5e7ffb2e0770e6b4a45519025134b12e4fc')
+
+build() {
+  cd PyQt5-$pkgver
+  sip-build \
+    --confirm-license \
+    --no-make \
+    --api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt5(){
+  cd PyQt5-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+
+  # Remove unused py2 version of uic modules:
+  rm -r "$pkgdir"/usr/lib/python*/site-packages/PyQt5/uic/port_v2
+
+  # compile Python bytecode
+  python -m compileall -d / "$pkgdir"/usr/lib
+  python -O -m compileall -d / "$pkgdir"/usr/lib
+}



More information about the arch-commits mailing list