summaryrefslogtreecommitdiff
path: root/dev-python/QtPy/QtPy-1.9.0-r3.ebuild
AgeCommit message (Collapse)Author
2021-09-14dev-python/QtPy: drop version 1.9.0-r3Andrew Ammerlaan
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-06-01dev-python/QtPy: drop netwrokauth and webkit flag, add py3.{9,10}Andrew Ammerlaan
- PySide2 is not compatible with python3.10, to add python3.10 to this package anyway we need to force disable pyside2 if we want to use python_targets_python3_10. - To accomadate this we have to rewrite the test suite to support running if one of the two implementations is disabled. Otherwise tests would fail with USE="pyqt5 -pyside2 python_targets_python3_10: due to ImportErrors that we explicitly introduced in the prepare phase with USE="-pyside2" Closes: https://bugs.gentoo.org/780330 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-05-18dev-python/QtPy: Revert "allow dependency to be satisfied by pyside2"Michał Górny
The lot of USE dependencies break pkgcheck, plus the any-of logic is wrong and does not match what the package does. If PyQt5 is installed at all, the package will default to using it even if the dependencies are satisfied by pyside2. Reverts: 8bdd53a2d42010f0ec8f83273938a62195bfbcd5 Bug: https://bugs.gentoo.org/790764 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-05-18dev-python/QtPy: Revert "x86 stable wrt bug #782481"Michał Górny
The stabilization is canceled because of major bugs in the ebuild. Reverts: a619fb83c68a1904886f8d23c9e5ea8b25565748 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-05-18dev-python/QtPy: x86 stable wrt bug #782481Agostino Sarubbo
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-03-11dev-python/QtPy: allow dependency to be satisfied by pyside2Andrew Ammerlaan
Now that pyside2 is in the repo, the test phase finally works! Bug: https://bugs.gentoo.org/767199 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>