Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rich/
Date: Fri, 26 Feb 2021 22:05:10
Message-Id: 1614377085.dcd1207ca68ef627497555c1b8a32a0e315c55fd.sam@gentoo
1 commit: dcd1207ca68ef627497555c1b8a32a0e315c55fd
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Fri Feb 26 21:11:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 22:04:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd1207c
7
8 dev-python/rich: Correct wrong description
9
10 Closes: https://bugs.gentoo.org/773130
11
12 Reported-by: Jonas Stein <jstein <AT> gentoo.org>
13 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-python/rich/rich-9.11.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/rich/rich-9.11.1.ebuild b/dev-python/rich/rich-9.11.1.ebuild
20 index e0b55024c35..a62e88778e0 100644
21 --- a/dev-python/rich/rich-9.11.1.ebuild
22 +++ b/dev-python/rich/rich-9.11.1.ebuild
23 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..9} )
24 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
25 inherit distutils-r1 optfeature
26
27 -DESCRIPTION="Validate configuration and produce human readable error messages"
28 +DESCRIPTION="Python library for renrering rich text, tables, etc. to the terminal"
29 HOMEPAGE="https://github.com/willmcgugan/rich"
30 SRC_URI="https://github.com/willmcgugan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"