summaryrefslogtreecommitdiff
path: root/dev-python/rich/rich-13.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rich/rich-13.7.0.ebuild')
-rw-r--r--dev-python/rich/rich-13.7.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/rich/rich-13.7.0.ebuild b/dev-python/rich/rich-13.7.0.ebuild
index 856c2c6051b5..4e4bcc1af9e8 100644
--- a/dev-python/rich/rich-13.7.0.ebuild
+++ b/dev-python/rich/rich-13.7.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]
@@ -30,6 +30,11 @@ RDEPEND="
distutils_enable_tests pytest
+PATCHES=(
+ # https://github.com/Textualize/rich/pull/3226
+ "${FILESDIR}/${P}-nocolor.patch"
+)
+
python_test() {
local EPYTEST_DESELECT=(
# TODO