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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 3 13:50:30 UTC 2021


    Date: Sunday, October 3, 2021 @ 13:50:30
  Author: arojas
Revision: 425043

archrelease: copy trunk to extra-x86_64

Added:
  pyqt6/repos/extra-x86_64/PKGBUILD
    (from rev 425042, pyqt6/trunk/PKGBUILD)
Deleted:
  pyqt6/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 49 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-03 13:50:16 UTC (rev 425042)
+++ PKGBUILD	2021-10-03 13:50:30 UTC (rev 425043)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=pyqt6
-pkgname=python-pyqt6
-pkgdesc='A set of Python bindings for the Qt6 toolkit'
-pkgver=6.1.1
-pkgrel=1
-arch=(x86_64)
-url='https://riverbankcomputing.com/software/pyqt/intro'
-license=(GPL)
-groups=(pyqt6)
-depends=(qt6-base python-pyqt6-sip)
-optdepends=('qt6-tools: QtHelp, QtDesigner'
-            'qt6-svg: QtSvg'
-            'qt6-declarative: QtQml, qmlplugin'
-            'qt6-quick3d: QtQuick3D'
-            'dbus-python: for python-dbus mainloop support')
-makedepends=(sip pyqt-builder qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools python-opengl dbus-python)
-source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
-sha256sums=('8775244fa73f94bfe8ae7672b624e2a903a22bc35d7ea42dd830949e2f9e43c7')
-
-build() {
-  cd PyQt6-$pkgver
-  sip-build \
-    --confirm-license \
-    --no-make \
-    --qmake=/usr/bin/qmake6
-  cd build
-  make
-}
-
-package_python-pyqt6(){
-  cd PyQt6-$pkgver/build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # compile Python bytecode
-  python -m compileall -d / "$pkgdir"/usr/lib
-  python -O -m compileall -d / "$pkgdir"/usr/lib
-}

Copied: pyqt6/repos/extra-x86_64/PKGBUILD (from rev 425042, pyqt6/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-03 13:50:30 UTC (rev 425043)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=pyqt6
+pkgname=python-pyqt6
+pkgdesc='A set of Python bindings for the Qt6 toolkit'
+pkgver=6.2.0
+pkgrel=1
+arch=(x86_64)
+url='https://riverbankcomputing.com/software/pyqt/intro'
+license=(GPL)
+groups=(pyqt6)
+depends=(qt6-base python-pyqt6-sip)
+optdepends=('qt6-tools: QtHelp, QtDesigner bindings'
+            'qt6-svg: QtSvg bindings'
+            'qt6-declarative: QtQml bindings, qmlplugin'
+            'qt6-quick3d: QtQuick3D bindings'
+            'qt6-connectovity: QtBluetooth, QtNfc bindings'
+            'qt6-multimedia: QtMultimedia bindings'
+            'qt6-location: QtPositioning bindings'
+            'qt6-remoteobjects: QtRemoteObjects bindings'
+            'qt6-sensors: QtSensors bindings'
+            'qt6-serialport: QtSerialPort bindings'
+            'qt6-webchannel: QtWebChannel bindings'
+            'qt6-websockets: QtWebSockets bindings'
+            'dbus-python: for python-dbus mainloop support')
+makedepends=(sip pyqt-builder python-setuptools python-opengl dbus-python
+             qt6-tools qt6-svg qt6-declarative qt6-quick3d qt6-shadertools qt6-multimedia qt6-remoteobjects
+             qt6-location qt6-sensors qt6-serialport qt6-webchannel qt6-websockets qt6-connectivity)
+source=(https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz)
+sha256sums=('142ce7fa574d7ebb13fb0a2ebd18c86087c35829f786c094a71a0749155d8fee')
+
+build() {
+  cd PyQt6-$pkgver
+  sip-build \
+    --confirm-license \
+    --no-make \
+    --qmake=/usr/bin/qmake6
+  cd build
+  make
+}
+
+package_python-pyqt6(){
+  cd PyQt6-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # 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