summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/PyQt5: Remove oldMichał Górny2024-08-102-159/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.11 arm, #937180Michał Górny2024-08-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.11 arm64, #937180Jakov Smolić2024-08-031-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.11 ppc64, #937180Michał Górny2024-08-031-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.11 amd64, #937180Michał Górny2024-08-031-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.11 x86, #937180Michał Górny2024-08-031-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: add 5.15.11Ionen Wolkens2024-07-192-0/+172
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/PyQt5: enable py3.13Ionen Wolkens2024-06-281-2/+2
| | | | | | | No test suite, so tried some revdeps like usual and *seems* fine (not that all components were tested at runtime, so who knows). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/PyQt5: drop 5.15.9-r1Ionen Wolkens2023-11-092-164/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.10-r1 arm64, #916751Arthur Zamarin2023-11-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.10-r1 x86, #916751Arthur Zamarin2023-11-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.10-r1 amd64, #916751Arthur Zamarin2023-11-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.10-r1 ppc64, #916751Arthur Zamarin2023-11-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.10-r1 arm, #916751Sam James2023-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: bump minimum required PyQt5-sip in 5.15.10Ionen Wolkens2023-11-011-1/+1
| | | | | | | Was already done for PyQt6, but missed that ABI_VERSION was bumped in PyQt5 too. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/PyQt5: depend on newer sip for 5.15.10Ionen Wolkens2023-10-301-1/+1
| | | | | | | Missed that, like PyQt6, this depend on the newer ABI. Results in build failure if older is used. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/PyQt5: add 5.15.10Ionen Wolkens2023-10-142-0/+159
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/PyQt5: Remove oldMichał Górny2023-08-241-182/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9-r1 ppc64, #912915Sam James2023-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9-r1 arm, #912915Sam James2023-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9-r1 x86, #912915Sam James2023-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9-r1 arm64, #912915Sam James2023-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9-r1 amd64, #912915Sam James2023-08-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: enable py3.12, use distutils-r1+PEP517Ionen Wolkens2023-07-241-0/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not 100% sure that there is no issues with py3.12 (no test suite), but its major revdep (qutebrowser[-qt6]) seems to be working as expected and has no tests regressions (that is, if we force in pytest-qt to use 3.12 despite lacking pyside's 3.12 -- pyside won't matter for PyQt) Also migrate to PEP517 and bring a bit more in-line with PyQt6's ebuild (allows a fair amount of simplification). Note that migration is based on current ebuild options and have not reviewed their original correctness (same for dependencies), merely checked that files install the same. Could still be oversights given the amount of options. wrt files, there is one difference, just like PyQt6 there is two plugins that upstream (intentionally) does not install when using wheels as such they are now missing, aka: * FILES:-usr/lib64/qt5/plugins/PyQt5/libpyqt5qmlplugin.so * FILES:-usr/lib64/qt5/plugins/designer/libpyqt5.so Unknown if anything actually needed those with PyQt5, may need manual handling if something comes up. Note that I don't really plan to maintain this unless it's causing problems, ultimately support for Qt5 will be dropped sooner than later in qutebrowser. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/PyQt5: Remove oldMichał Górny2023-04-252-184/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9 x86, #904783Jakov Smolić2023-04-251-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9 ppc64, #904783Arthur Zamarin2023-04-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9 arm, #904783Arthur Zamarin2023-04-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9 arm64, #904783Sam James2023-04-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.9 amd64, #904783Sam James2023-04-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Use pypi.eclassMichał Górny2023-03-171-5/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: add 5.15.9Sam James2023-03-102-0/+184
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/PyQt5: Remove oldMichał Górny2022-12-112-184/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.7 arm64, #885231Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.7 x86, #885231Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.7 amd64, #885231Arthur Zamarin2022-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.7 arm, #885231Sam James2022-12-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.7 ppc64, #885231Sam James2022-12-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: keyword 5.15.7 for ~loongWANG Xuerui2022-12-021-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-python/PyQt5: crank up dev-python/sip dependencySam James2022-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was after the tag, but: ``` 2022-10-30 Phil Thompson <phil@riverbankcomputing.com> * NEWS, lib/pyproject.toml: SIP v6.6.2 is now a minimum requirement for the array support. [bd2a905b5345] [tip] <5.15-maint> 2022-10-28 Phil Thompson <phil@riverbankcomputing.com> * NEWS, pyuic/uic/__init__.py: Fixed uic.compileUiDir() when the default system encoding is not UTF8. [50050fc4cd93] <5.15-maint> 2022-10-10 Phil Thompson <phil@riverbankcomputing.com> * NEWS, PyQt5.msp: Fixed QBoxLayout.insertItem() ownership bug. [dd1a6abd2427] <5.15-maint> 2022-09-17 Phil Thompson <phil@riverbankcomputing.com> * NEWS, qpy/QtCore/qpycore_qobject_helpers.cpp: Fixed calling QObject::inherits() from C++ on instances that were created by Python (and so was an instance of a generated derived class), had it's ownership transfered to C++ and the Python object garbage collected. This broke all sub-class converter code. [2e3c3b71f118] <5.15-maint> ``` These are the only commits since the 5.15.7 tag and various array commits were just before, so it seems likely that 5.15.7 actually does need >= 6.6.2. Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: add 5.15.7Sam James2022-10-302-0/+184
| | | | | Closes: https://bugs.gentoo.org/877835 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: drop 5.15.4-r1Andreas Sturmlechner2022-09-262-186/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/PyQt5: enable py3.11Andrew Ammerlaan2022-06-081-1/+1
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.6 arm, #825670Sam James2022-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.6 arm64, #825670Sam James2022-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.6 ppc64, #825670Sam James2022-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.6 amd64, #825670Sam James2022-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.6 x86, #825670Sam James2022-06-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: Stabilize 5.15.4-r1 ppc64, #831835Sam James2022-02-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>