summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6/PyQt6-6.3.1.ebuild
AgeCommit message (Collapse)Author
2022-10-20dev-python/PyQt6: drop 6.3.1Ionen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-08-03dev-python/PyQt6: call qmake over qmake6 for nowIonen Wolkens
qmake6 will be either moved or symlinked in /usr/bin (so could `type -P qmake6`), but the former would break this until updated unless use no-suffix qmake (same file). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-08-03dev-python/PyQt6: add bugref for qmake6 pathIonen Wolkens
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-08-03dev-python/PyQt6: adjust IUSE default commentIonen Wolkens
Still unsure what want to do with this. Right now using qtbase's defaults as a baseline rather than what qutebrowser needs (aka pulls no extra deps, albeit each USE still add a lot to compile time), but if the qtbase package is ever split this may be questionable. PyQt5 sets nothing which is simple, but without anything set these packages are near useless and ensures users will need to set something. May revisit when this gain other consumers and/or when getting close to unmasking. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-08-03dev-python/PyQt6-sip: rename from dev-python/PyQt6_sipIonen Wolkens
Was meant to match to skip MY_P (like dev-python often does), but on second thought it doesn't feel entirely right here given (ignoring pypi tarballs) official website doesn't use underscore and old PyQt5-sip didn't either. Could probably skip pkgmove (qt6 still masked), but feels messy not to so doing it anyway. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-08-02dev-python/PyQt6: new package, add 6.3.1Ionen Wolkens
May still be rough around the edges, currently only tested with qutebrowser so please report if missing anything for other consumers. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>