Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qtpy
Commits:
ae18d009 by Antonio Rojas at 2026-02-10T22:05:52+01:00
upgpkg: 2.4.3-6: Add a dependency on some Qt6 bindings package
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-qtpy
pkgdesc = Provides an uniform layer to support PyQt and PySide with a
single codebase
pkgver = 2.4.3
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/spyder-ide/qtpy/
arch = any
license = MIT
@@ -34,6 +34,7 @@ pkgbase = python-qtpy
makedepends = python-setuptools
makedepends = python-wheel
depends = python-packaging
+ depends = qt6-python-bindings
optdepends = python-pyqt5: Qt5 Python bindings
optdepends = python-pyqt6: Qt6 Python bindings
optdepends = python-pyqt6-webengine: Qt6-WebEngine python bindings
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,13 @@
_pkgname=qtpy
pkgname=python-qtpy
pkgver=2.4.3
-pkgrel=5
+pkgrel=6
pkgdesc="Provides an uniform layer to support PyQt and PySide with a single
codebase"
arch=(any)
url="https://github.com/spyder-ide/qtpy/"
license=(MIT)
-depends=(python-packaging)
+depends=(python-packaging
+ qt6-python-bindings)
makedepends=(
python-build
python-installer
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtpy/-/commit/ae18d009682fa5cd7865edb026e0968bcedb061b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtpy/-/commit/ae18d009682fa5cd7865edb026e0968bcedb061b
You're receiving this email because of your account on gitlab.archlinux.org.