Package Details: pyside2-tools 5.15.16+3.1-3

Git Clone URL: https://aur.archlinux.org/pyside2.git (read-only, click to copy)
Package Base: pyside2
Description: Tools for PySide2
Upstream URL: https://wiki.qt.io/Qt_for_Python
Licenses: LGPL-3.0-or-later
Submitter: arojas
Maintainer: envolution
Last Packager: envolution
Votes: 13
Popularity: 0.31
First Submitted: 2024-04-16 07:05 (UTC)
Last Updated: 2025-07-24 19:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

kachelaqa commented on 2024-08-01 13:46 (UTC)

Both this package and the arch4edu binaries are broken. The pyside2 5.15 branch is closed for good and no longer supports python-3.12 (see PYSIDE-2388). This package should therefore depend on the python311 package so as to avoid all the python-3.12 bugs going forward. It's only useful for testing and as a legacy dependency anyway, so there's little point in trying to make it forwards-compatible any more.

PhotonX commented on 2024-07-21 17:14 (UTC)

I commented at clang17 to include a "provides" line. But maybe it is sufficient to depend on clang17 rather than on clang=17.0.6?

korimitsu commented on 2024-07-13 08:48 (UTC)

@petronny shiboken* is not longer offered.

shtrophic commented on 2024-07-08 08:37 (UTC)

clang=17.0.6 blocks clang updates. Is this still justified?

Ataraxy commented on 2024-06-08 13:47 (UTC)

==> Validating source files with sha256sums...
    pyside-setup-opensource-src-5.15.13.tar.xz ... FAILED

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 in pyside-setup-opensource-src-5.15.13/sources/pyside2/libpyside/pysideproperty.cpp:449.

I fixed it with these lines:

PyObject *dict = type->tp_dict;
if (dict == NULL) dict = PyType_GetDict(type);
attr = PyDict_GetItem(dict, name);

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.

$ wget https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.13-src/pyside-setup-opensource-src-5.15.13.tar.xz
--2024-05-11 22:54:35--  https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.15.13-src/pyside-setup-opensource-src-5.15.13.tar.xz
Загружен сертификат CA «/etc/ssl/certs/ca-certificates.crt»
Распознаётся download.qt.io (download.qt.io)… 77.86.162.2
Подключение к download.qt.io (download.qt.io)|77.86.162.2|:443... ошибка: Время ожидания соединения истекло.