summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-26 22:11:08 +0100
committerSam James <sam@gentoo.org>2021-02-26 22:04:45 +0000
commitdcd1207ca68ef627497555c1b8a32a0e315c55fd (patch)
tree7c26ba7731b1e159927efe566da5966910055a10
parentapp-misc/gcalcli: Add missing oauth2client dep (diff)
downloadgentoo-dcd1207c.tar.gz
gentoo-dcd1207c.tar.bz2
gentoo-dcd1207c.zip
dev-python/rich: Correct wrong description
Closes: https://bugs.gentoo.org/773130 Reported-by: Jonas Stein <jstein@gentoo.org> Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/rich/rich-9.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rich/rich-9.11.1.ebuild b/dev-python/rich/rich-9.11.1.ebuild
index e0b55024c35e..a62e88778e09 100644
--- a/dev-python/rich/rich-9.11.1.ebuild
+++ b/dev-python/rich/rich-9.11.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
inherit distutils-r1 optfeature
-DESCRIPTION="Validate configuration and produce human readable error messages"
+DESCRIPTION="Python library for renrering rich text, tables, etc. to the terminal"
HOMEPAGE="https://github.com/willmcgugan/rich"
SRC_URI="https://github.com/willmcgugan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"