summaryrefslogtreecommitdiff
path: root/dev-python/QtPy/QtPy-1.9.0-r5.ebuild
AgeCommit message (Collapse)Author
2021-11-14dev-python/QtPy: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-09-03dev-python/QtPy: Stabilize 1.9.0-r5 arm64, #799632Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-07-19dev-python/QtPy: Stabilize 1.9.0-r5 amd64, #799632Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-07-19dev-python/QtPy: Stabilize 1.9.0-r5 x86, #799632Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-06-03dev-python/QtPy: add MissingUseDepDefaultAndrew Ammerlaan
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-06-02dev-python/QtPy: add USE="speech"Andrew Ammerlaan
Bug: https://bugs.gentoo.org/792861 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2021-06-02dev-python/QtPy: fix flags for test dependenciesAndrew Ammerlaan
Since the test phase was rewritten in the previous commit to allow testing with only one of the implementations (in order to allow adding python3.10), we no longer have to pull in both implementations to run the test phase. Package-Manager: Portage-3.0.19, 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>