| Age | Commit message (Collapse) | Author |
|
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
|
|
- 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>
|
|
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>
|
|
The stabilization is canceled because of major bugs in the ebuild.
Reverts: a619fb83c68a1904886f8d23c9e5ea8b25565748
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
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>
|