pyqt5: restore mingw32 again

See #20090
This commit is contained in:
Christoph Reiter
2024-07-20 21:34:00 +02:00
parent 88b43f8d22
commit c1ebfa3e93
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ pkgver=1.16.4
pkgrel=1
pkgdesc="The PEP 517 compliant PyQt build system (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/Python-PyQt/PyQt-builder"
msys2_documentation_url="https://pyqt-builder.readthedocs.io"
msys2_references=(

View File

@@ -11,7 +11,7 @@ pkgver=12.15.0
pkgrel=1
pkgdesc="The sip extension module provides support for the PyQt5 package (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://github.com/Python-SIP/sip"
msys2_references=(
'archlinux: python-pyqt5-sip'

View File

@@ -12,7 +12,7 @@ pkgver=5.15.11
pkgrel=1
pkgdesc="Qt5 bindings for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://riverbankcomputing.com/software/pyqt"
msys2_references=(
'pypi: PyQt5'

View File

@@ -11,7 +11,7 @@ pkgver=6.8.6
pkgrel=1
pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'pypi: sip'
)