[arch-commits] Commit in pyqt6/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 12 16:23:18 UTC 2021
Date: Wednesday, May 12, 2021 @ 16:23:18
Author: arojas
Revision: 415050
archrelease: copy trunk to extra-x86_64
Added:
pyqt6/repos/extra-x86_64/PKGBUILD
(from rev 415049, pyqt6/trunk/PKGBUILD)
Deleted:
pyqt6/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 16:23:05 UTC (rev 415049)
+++ PKGBUILD 2021-05-12 16:23:18 UTC (rev 415050)
@@ -1,38 +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.0.3
-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')
-makedepends=(sip pyqt-builder qt6-tools qt6-svg qt6-declarative qt6-quick3d python-opengl)
-source=("https://pypi.python.org/packages/source/P/PyQt6/PyQt6-$pkgver.tar.gz")
-sha256sums=('bfe5946a667080f7f755fb5acb92706c3e029bf7679d77fc3898f900f69f768a')
-
-build() {
- cd PyQt6-$pkgver
- sip-build \
- --confirm-license \
- --no-make \
- --qmake=/usr/bin/qmake-qt6
- 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 415049, pyqt6/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-12 16:23:18 UTC (rev 415050)
@@ -0,0 +1,39 @@
+# 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.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'
+ '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=('9b45df6c404d7297598b91378d1e3f9bdf0970553ebb53c192a9051576098f9b')
+
+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