Search Criteria
Package Details: pyside2 5.15.16+3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyside2.git (read-only, click to copy) |
---|---|
Package Base: | pyside2 |
Description: | Enables the use of Qt5 APIs in Python applications |
Upstream URL: | https://wiki.qt.io/Qt_for_Python |
Licenses: | LGPL-3.0-or-later |
Provides: | qt5-python-bindings |
Submitter: | arojas |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 12 |
Popularity: | 0.73 |
First Submitted: | 2024-04-16 07:05 (UTC) |
Last Updated: | 2025-03-30 21:59 (UTC) |
Dependencies (19)
- python-shiboken2AUR
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- shiboken2AUR
- qt5-3d (qt5-3d-gitAUR) (optional) – Qt3D bindings
- qt5-charts (qt5-charts-gitAUR) (optional) – QtCharts bindings
- qt5-datavis3d (qt5-datavis3d-gitAUR) (optional) – QtDataVisualization bindings
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR) (optional) – QtQuickControls2 bindings
- qt5-remoteobjects (optional) – QtRemoteObjects bindings
- qt5-script (qt5-script-gitAUR) (optional) – QtScript bindings
- qt5-scxml (optional) – QtScxml bindings
- qt5-sensors (optional) – QtSensors bindings
- qt5-serialport (qt5-serialport-gitAUR) (optional) – QtSerialPort bindings
- qt5-speech (optional) – QtTextToSpeech bindings
- qt5-svg (qt5-svg-gitAUR) (optional) – QtSvg bindings
- qt5-tools (optional) – QtHelp bindings
- qt5-webengine (optional) – QtWebEngine bindings
- qt5-websockets (qt5-websockets-gitAUR) (optional) – QtWebSockets bindings
- qt5-x11extras (optional) – QtX11Extras bindings
Required by (45)
- cheqlist
- djpdf
- free-hash-checker
- freecad-linkstage3-bin
- freecad-linkstage3-git
- groupsdomainsextractor (requires qt5-python-bindings)
- guiscrcpy
- jade-application-kit
- luxcorerender (optional)
- luxcorerender-bin (optional)
- luxcorerender-git (optional)
- meshroom
- meshroom-git
- monctl (requires qt5-python-bindings)
- music-overlay
- mygnuhealth
- mygnuhealth-git
- napari (requires qt5-python-bindings)
- natron-compositor
- natron-compositor-git
- opentimelineio-git (optional)
- plask-bin
- plask-git
- pyseus-git
- pyside2-tools
- python-apts
- python-apts (make)
- python-asyncqt (optional)
- python-enaml (optional)
- python-fbs (optional)
- python-ginga (optional)
- python-glue-qt (optional)
- python-hwilib
- python-magicgui (requires qt5-python-bindings)
- python-pyscreenshot-git (check)
- python-pysimpleguiqt
- python-qasync-git (optional)
- python-qtpy-git (optional)
- python-shiboken2
- python-vispy (optional)
- quiltix
- r2-iaito-git
- rescreen
- rz-cutter-git
- sapulatar-qt
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Ataraxy commented on 2024-06-08 13:47 (UTC)
Inflame commented on 2024-05-18 10:30 (UTC) (edited on 2024-05-18 10:33 (UTC) by Inflame)
@vladimirov_georg This problem is due to censorship in Russia. You can download it via VPN.
NomAnor commented on 2024-05-16 22:01 (UTC) (edited on 2024-05-16 22:02 (UTC) by NomAnor)
I tried to run FreeCAD from source and got a segfault. Looks like there is another access to
type->tp_dict
that needs to be patched inpyside-setup-opensource-src-5.15.13/sources/pyside2/libpyside/pysideproperty.cpp:449
.I fixed it with these lines:
krotesk commented on 2024-05-16 06:44 (UTC) (edited on 2024-05-16 06:57 (UTC) by krotesk)
https://qt-mirror.dannhauer.de/official_releases/QtForPython/pyside2/PySide2-5.15.13-src/pyside-setup-opensource-src-5.15.13.tar.xz or https://dotsrc.dl.osdn.net/qtproject/official_releases/QtForPython/pyside2/PySide2-5.15.13-src/pyside-setup-opensource-src-5.15.13.tar.xz
vladimirov_georg commented on 2024-05-11 19:57 (UTC) (edited on 2024-05-11 20:02 (UTC) by vladimirov_georg)
Link https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.13-src/pyside-setup-opensource-src-5.15.13.tar.xz not working.
petronny commented on 2024-05-10 05:47 (UTC)
Prebuilt binaries of this package can be found in the arch4edu repository.
petronny commented on 2024-05-10 05:47 (UTC)
@sylv If you mean a
-bin
package that uses the binary from pypi, it won't work since the libraries must be recompiled to work with python 3.12.If you just want a prebuilt binary of this package, it can be found in the arch4edu repository.
sylv commented on 2024-05-09 22:45 (UTC) (edited on 2024-05-09 22:53 (UTC) by sylv)
Shouldn't there be a -bin version of this? For me, it takes ages to compile, and it's a dependency of something.
petronny commented on 2024-05-09 08:08 (UTC)
I have fixed the package but some behaviors of
__repr__
might be changed. Please comment if you know a way to resolve it properly.See also https://github.com/arch4edu/arch4edu/issues/268
And I'm planning to add a
check()
function so please comment if you know how to fully test these pyside2 pacakges.shtrophic commented on 2024-05-06 13:07 (UTC)
pyside2 will not support python3.12, it is a wontfix: https://bugreports.qt.io/browse/PYSIDE-2388
Actually, this builds fine with
python311
from the AUR with the following patch:Problem is that then packaging won't work, since the build was against 3.11 and any other calls in
package_*()
topython
are python3.12 calls. Replacing them withpython3.11
doesn't fix this as the python311 package does not come withpython-setuptools
and building that against python3.11 results in a cyclic dependency since further downpython-build
is a bootstrapped package.Anyone else any ideas? :')
« First ‹ Previous 1 2 3 4 5 6 Next › Last »