commit: dcd1207ca68ef627497555c1b8a32a0e315c55fd Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Fri Feb 26 21:11:08 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 26 22:04:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd1207c
dev-python/rich: Correct wrong description Closes: https://bugs.gentoo.org/773130 Reported-by: Jonas Stein <jstein <AT> gentoo.org> Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/rich/rich-9.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rich/rich-9.11.1.ebuild b/dev-python/rich/rich-9.11.1.ebuild index e0b55024c35..a62e88778e0 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"
