commit: 7ff628da4b1562e268642467516811b0d81d165c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 7 15:27:57 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 7 15:28:22 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff628da
dev-python/cli-ui: Unpin dependencies
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../cli-ui/{cli-ui-0.19.0.ebuild => cli-ui-0.19.0-r1.ebuild} | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/dev-python/cli-ui/cli-ui-0.19.0.ebuild
b/dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild
similarity index 81%
rename from dev-python/cli-ui/cli-ui-0.19.0.ebuild
rename to dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild
index f67751df3b52..bc6c18e9cc9a 100644
--- a/dev-python/cli-ui/cli-ui-0.19.0.ebuild
+++ b/dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,4 +34,12 @@ RDEPEND="
>=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # unpin dependencies
+ sed -i -e 's:\^:>=:' pyproject.toml || die
+}