From ba0fa810040c65e6decfcade39aa4d095f5563f0 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 11 Jul 2025 08:51:56 +0300 Subject: [PATCH] dev-python/pyudev: drop qt5 USE flag At the time, it was added for the optional dep of pyqt5, but today we do it better, so not needed. Signed-off-by: Arthur Zamarin --- dev-python/pyudev/metadata.xml | 3 --- dev-python/pyudev/pyudev-0.24.3.ebuild | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/pyudev/metadata.xml b/dev-python/pyudev/metadata.xml index 0ed8a0ec41790..3e8258237c0c2 100644 --- a/dev-python/pyudev/metadata.xml +++ b/dev-python/pyudev/metadata.xml @@ -13,9 +13,6 @@ pyudev is a Python binding to libudev, the hardware management library and service found in modern linux systems. - - Install PyQt5 bindings - pyudev pyudev/pyudev diff --git a/dev-python/pyudev/pyudev-0.24.3.ebuild b/dev-python/pyudev/pyudev-0.24.3.ebuild index c0751716b7685..ba98369bcd509 100644 --- a/dev-python/pyudev/pyudev-0.24.3.ebuild +++ b/dev-python/pyudev/pyudev-0.24.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 optfeature pypi DESCRIPTION="Python binding to libudev" @@ -14,7 +14,6 @@ SRC_URI="https://github.com/pyudev/pyudev/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" -IUSE="qt5" # Known to fail on test system that aren't exactly the same devices as on CI #RESTRICT="test"