summaryrefslogtreecommitdiff
path: root/dev-python/pytest-qt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-18 15:59:06 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-18 15:59:06 +0100
commite903f5ad5c87da9f55a9c9fa0d0e5c531d25af3f (patch)
tree1a0d6a44e8ebd1d3b3456a5e19ede7c1ce303582 /dev-python/pytest-qt
parent8aed242683822c23f5ed6a295d3464161e2d0880 (diff)
gentoo auto-resync : 18:10:2023 - 15:59:05
Diffstat (limited to 'dev-python/pytest-qt')
-rw-r--r--dev-python/pytest-qt/Manifest2
-rw-r--r--dev-python/pytest-qt/pytest-qt-4.2.0.ebuild9
2 files changed, 3 insertions, 8 deletions
diff --git a/dev-python/pytest-qt/Manifest b/dev-python/pytest-qt/Manifest
index b857075be93b..fa448a86b31e 100644
--- a/dev-python/pytest-qt/Manifest
+++ b/dev-python/pytest-qt/Manifest
@@ -1,3 +1,3 @@
DIST pytest-qt-4.2.0.tar.gz 120749 BLAKE2B 1986bbf4ebc578ad548d2fcc8888b0d0fb42f75ad8a03f315f51c04ae466587d3299fca8ec3a49bc5d023fc8ca76cbe6c45728bc88609e20d6f68ea8c6ea204e SHA512 57e175bada0e33101eeb7d85579f6e804658d74168714b117b3a1ba564826405e70860b258caf28c917ddca7acd1842de2133a55b342862762fc37ca1a758b69
-EBUILD pytest-qt-4.2.0.ebuild 2155 BLAKE2B 13e8aaba1f897e2ce5be42ba6c95ad2cdcb4534a9dac529018fdb341d1377e74e302991302621312fc5505c360cb6b79f9d70d9623a3853abcedf19a4bc6dfd6 SHA512 d603623dcf47101bedf792228d44d52201ccecea94c2666890774f9b76c187245b1034ac16838e07c76d40386d9bea983622744dc1a7fe91ee5df979c51c5a7c
+EBUILD pytest-qt-4.2.0.ebuild 2047 BLAKE2B 4655996c3fbd5c0a8afde7c8b2658c7217e0464f29026d291c2690293d2e01762b62490e2f6a496d776bb3677d8db4b84942fcf06c8721f403251808a358972f SHA512 2bbef88799f425cee754e76a40fe7cf74d414e448c840922c2825edc0568a72c2967a5a5c4dfe27d25b837394abba09c589f33a6ca23457dbcd6d59353790f55
MISC metadata.xml 516 BLAKE2B be5241e39f672681b27a003d02eca0e047644cad7da57de6b3393f58760c094c1661b9d168e44bea4efd56b38225d49abd5be6e71031a0d854b878716286d3ed SHA512 77981d63d3214fd2c052f8a7eac1a439899318973807299237a9105730893ce01d4423b060f532bd4f4496418683fc5128508c7d8747ba6ee6ed0eae67e5569f
diff --git a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
index 1860de7d1073..6c843c8a73e3 100644
--- a/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
+++ b/dev-python/pytest-qt/pytest-qt-4.2.0.ebuild
@@ -7,7 +7,6 @@ DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} )
PYSIDE2_COMPAT=( python3_{10..11} )
-PYSIDE6_COMPAT=( python3_{10..11} )
inherit distutils-r1 virtualx pypi
@@ -27,16 +26,12 @@ RDEPEND="
BDEPEND="
test? (
dev-python/PyQt5[gui,testlib,widgets,${PYTHON_USEDEP}]
- amd64? (
- dev-python/PyQt6[gui,testlib,widgets,${PYTHON_USEDEP}]
- )
$(python_gen_cond_dep '
dev-python/pyside2[gui,testlib,widgets,${PYTHON_USEDEP}]
' "${PYSIDE2_COMPAT[@]}")
amd64? (
- $(python_gen_cond_dep '
- dev-python/pyside6[gui,testlib,widgets,${PYTHON_USEDEP}]
- ' "${PYSIDE6_COMPAT[@]}")
+ dev-python/PyQt6[gui,testlib,widgets,${PYTHON_USEDEP}]
+ dev-python/pyside6[gui,testlib,widgets,${PYTHON_USEDEP}]
)
)
"