summaryrefslogtreecommitdiff
path: root/dev-python/PyQt5/PyQt5-5.15.9-r1.ebuild
AgeCommit message (Collapse)Author
2023-08-24dev-python/PyQt5: Stabilize 5.15.9-r1 ppc64, #912915Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-24dev-python/PyQt5: Stabilize 5.15.9-r1 arm, #912915Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-24dev-python/PyQt5: Stabilize 5.15.9-r1 x86, #912915Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-24dev-python/PyQt5: Stabilize 5.15.9-r1 arm64, #912915Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-24dev-python/PyQt5: Stabilize 5.15.9-r1 amd64, #912915Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-07-24dev-python/PyQt5: enable py3.12, use distutils-r1+PEP517Ionen Wolkens
Not 100% sure that there is no issues with py3.12 (no test suite), but its major revdep (qutebrowser[-qt6]) seems to be working as expected and has no tests regressions (that is, if we force in pytest-qt to use 3.12 despite lacking pyside's 3.12 -- pyside won't matter for PyQt) Also migrate to PEP517 and bring a bit more in-line with PyQt6's ebuild (allows a fair amount of simplification). Note that migration is based on current ebuild options and have not reviewed their original correctness (same for dependencies), merely checked that files install the same. Could still be oversights given the amount of options. wrt files, there is one difference, just like PyQt6 there is two plugins that upstream (intentionally) does not install when using wheels as such they are now missing, aka: * FILES:-usr/lib64/qt5/plugins/PyQt5/libpyqt5qmlplugin.so * FILES:-usr/lib64/qt5/plugins/designer/libpyqt5.so Unknown if anything actually needed those with PyQt5, may need manual handling if something comes up. Note that I don't really plan to maintain this unless it's causing problems, ultimately support for Qt5 will be dropped sooner than later in qutebrowser. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>