summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6/PyQt6-6.7.1-r1.ebuild
AgeCommit message (Collapse)Author
2024-11-23Rename dev-python/{PyQt6 → pyqt6}Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-23Rename dev-python/{PyQt6-sip → pyqt6-sip}Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-23Rename dev-python/{PyQt-builder → pyqt-builder}Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-22dev-python/PyQt6: Add PYPI_PN prior to renameMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-09-27dev-python/PyQt6: add IUSE=remoteobjectsIonen Wolkens
Nothing need this at the moment, but the can add given the package exists. Not planning to add more keywords at the moment unless something needs it, so masking on non-amd64 rather than rekeyword. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-09-20dev-python/PyQt6: Stabilize 6.7.1-r1 x86, #938901Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-18dev-python/PyQt6: Keyword 6.7.1-r1 x86, #935070Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-09-12dev-python/PyQt6: Stabilize 6.7.1-r1 ppc64, #938901Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-05dev-python/PyQt6: Stabilize 6.7.1-r1 arm64, #938901Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-02dev-python/PyQt6: Stabilize 6.7.1-r1 arm, #938901Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-08-30dev-python/PyQt6: Keyword 6.7.1-r1 loong, #935070Matoro Mahri
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-08-12dev-python/PyQt6: Keyword 6.7.1-r1 ppc, #935070Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-08-08dev-python/PyQt6: Stabilize 6.7.1-r1 amd64, #937544Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-07-24dev-python/PyQt6: restrict to <qtbase-6.8Ionen Wolkens
Attempted to patch it like usually do, but this time around some methods were replaced by alternatives that I'm not sure sip even supports and have no idea how to patch it properly (esp. since hardly know sip and C++ as-is). Issues are in coreand USE=testlib, the rest appears fine. Not much can do other than wait for PyQt6-6.8.0 to release (similarly to what pyside6 does) unless someone else can provide a working patch. If there is a PyQt6 pre-release snapshot will likely use it once available, but these haven't been happening *before* Qt releases lately. Technically no need for a revbump thanks to the binding operator, but, if we do not do it, portage backtracks a lot more and gives confusing messages when the whole Qt stack is involved. So want to propagate the upper bound on user's systems now *long* before the bump (may be wasted if we get a snapshot in time, but that seems unlikely). Will spare stable users given we can just stabilize 6.7.1-r1 to cause a rebuild and odds are we will not stable 6.8.0 either way (may wait for 6.8.1 + PyQt6-6.8.x). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>