summaryrefslogtreecommitdiff
path: root/dev-python/cli-ui
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-07 20:14:25 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-07 20:14:25 +0000
commitd71899efb614760f4734db759c1391ba15c6572c (patch)
treedef7a3b301c43989dbdee30750910b6516b055c4 /dev-python/cli-ui
parent870a647cf599ec2fbb0c57e96283801c6f51cfc0 (diff)
downloadbaldeagleos-repo-d71899efb614760f4734db759c1391ba15c6572c.tar.gz
baldeagleos-repo-d71899efb614760f4734db759c1391ba15c6572c.tar.xz
baldeagleos-repo-d71899efb614760f4734db759c1391ba15c6572c.zip
Adding metadata
Diffstat (limited to 'dev-python/cli-ui')
-rw-r--r--dev-python/cli-ui/cli-ui-0.19.0-r1.ebuild (renamed from dev-python/cli-ui/cli-ui-0.19.0.ebuild)10
1 files changed, 9 insertions, 1 deletions
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
index 789db3e855c8..ad542c248012 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
+}